trying to change mega menu and footer menu font color

Solved

trying to change mega menu and footer menu font color

tinypebble
New Member
5 0 0

trying to change mega menu and footer menu font color and for some reason its only the color i want when the main menu item is open (for example shop is open in the screenshot) otherwise its a lighter version of the color i want and its driving me crazy. i want it to be the same color #DCD2BC

whether it is open or not. the headers of the footer menu are the correct color the clickable menu items are not. thank you!

https://passagekeeper.com/

password: melon

 

Screen Shot 2024-03-13 at 6.12.46 PM.pngScreen Shot 2024-03-13 at 6.12.51 PM.png

Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 187

This is an accepted solution.

Hi @tinypebble ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
#shopify-section-sections--17195118723303__header .header__active-menu-item {color: #DCD2BC !important;
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Oliver
Shopify Partner
878 190 187

This is an accepted solution.

Hi @tinypebble ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
#shopify-section-sections--17195118723303__header .header__active-menu-item {color: #DCD2BC !important;
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.