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
1 reply · opened May 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
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