different menu color for header and sticky header

1 reply · opened May 2, 2018

FFilip_papMay 2, 2018

Hi support team,

i want to have different color in the header menu (i.e. white) and different color on the sticky header menu (i.e. blue)

live site: teamworks-international.com

and the mobile menu color to be blue as well

Thanks

SSemicolon WebSTAFFMay 7, 2018

Hello,

You can simply define Custom Classes with your CSS Settings. Example:

.sticky-menu-color #primary-menu ul li > a { color: #HEX; }

.responsive-menu-color #primary-menu ul li > a { color: #HEX; }

and then add the data-sticky-class="sticky-menu-color" and data-responsive-class="responsive-menu-color" Attributes to the #header Container. Example:

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard