Main menu font colours

Solved

Main menu font colours

xmelaniex
Tourist
8 0 1

Hi ! im hoping someone may help. I would like my main menu font colours to be different . im so new to this and trying to figure out css etc so please be gentle. I think maybe black but other suggestions welcomed ! ty in advance. 

 

Screenshot 2024-05-06 at 21.08.40.png

Accepted Solution (1)
BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @xmelaniex,

I'm very pleased that my solution could help you.

 

For your new requirement, in this step 2 edit css in base.css, you just need to add the class .mega-menu__link.link to the custom CSS and save it again: 

.header__active-menu-item,
.header__menu-item,
.mega-menu__link.link {
    color: black !important;
}

And the result, you can change the headers of the dropdowns to black color.

 

 

If they are helpful, don't forget to like and mark as the solution.

Have a nice day sir! 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10096 2398 3030

Hi @xmelaniex 

Would you mind to share your store URL? What color would be and all the menu you like to change color or just specific one? 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

BSSCommerce-B2B
Shopify Partner
1972 564 568

Hi @xmelaniex 

I have reviewed your requirement , I think you just need edit css script in base.css and the issue will be resolved.  You can follow my instructions! 

 

Step 1: Go to Admin -> Online store -> Theme > Edit code: 

 

 
view.png

Step 2: Search base.css and add the script css custom font in the end of file: 

.header__active-menu-item, 
.header__menu-item {
    color: black !important;
}

Step 3:  Save and reload page in storefront. 

=> The result: 

 

 
view.png

 

 

I hope these instructions will help you. If they are helpful, don't forget to like and mark as the solution.

Have a nice day sir! 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

xmelaniex
Tourist
8 0 1

thats amazing thats worked ! now, is there a way i can change the headers of the dropdowns to another colour ? so the main headings will be black, then the sub headings another colour x

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @xmelaniex,

I'm very pleased that my solution could help you.

 

For your new requirement, in this step 2 edit css in base.css, you just need to add the class .mega-menu__link.link to the custom CSS and save it again: 

.header__active-menu-item,
.header__menu-item,
.mega-menu__link.link {
    color: black !important;
}

And the result, you can change the headers of the dropdowns to black color.

 

 

If they are helpful, don't forget to like and mark as the solution.

Have a nice day sir! 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now