What's your biggest current challenge? Have your say in Community Polls along the right column.

Change Menu Tab & Text Colour

Solved

Change Menu Tab & Text Colour

GreensBristol
Visitor
2 0 2

Hi All,

 

we are using the Avone theme, and in preparation for black Friday were hoping to change a single Menu tab colour to black background & white text, the opposite colour scheme to what we usually use.

I haven't been able to achieve anything so far within the theme itself, and so was hoping the community might be able to see if it's do-able or not.

 

our site is; www.greenshorticulture.co.uk.

 

Many thanks

Accepted Solution (1)

Moeed
Shopify Partner
6346 1721 2079

This is an accepted solution.

Hey @GreensBristol 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
li.lvl1:last-child {
    background: black !important;
    border-radius: 8px !important;
}
li.lvl1 a[href="/collections/sale"] {
    color: white !important;
}
</style>

RESULT:

Moeed_0-1730912292518.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
6346 1721 2079

This is an accepted solution.

Hey @GreensBristol 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
li.lvl1:last-child {
    background: black !important;
    border-radius: 8px !important;
}
li.lvl1 a[href="/collections/sale"] {
    color: white !important;
}
</style>

RESULT:

Moeed_0-1730912292518.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


GreensBristol
Visitor
2 0 2

Amazing, that worked straight away!

thanks ever so much

Moeed
Shopify Partner
6346 1721 2079

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral