Debut Theme - Button in Navigation

yvonneboustany
Visitor
2 0 0

I would like to have a button in my navigation where it says "Join VIP List", how do I achieve this?

 

https://utopia-cbd-co.myshopify.com/

Replies 3 (3)

oscprofessional
Shopify Partner
15843 2371 3073

Hi,

Your store is having already this button ! isn't it?

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
yvonneboustany
Visitor
2 0 0

In the navigation? No it is not, I need that link to look like a button where it says "Join VIP List"

oscprofessional
Shopify Partner
15843 2371 3073

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

ul#SiteNav li:nth-child(4) a {
    border: 1px solid black;
    background-color: black;
    color: white;
}


Change the color as per your choice.
Hope this will work for you.
Thanks....

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing