Home Forums WoodMart support forum Change colors in fixed menu

Change colors in fixed menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #295680

    shaparey
    Participant

    Hi
    How can i change colors in fixed menu?
    When i starting to scroll page menu colors is change
    I would like change link colors

    Attachments:
    You must be logged in to view attached files.
    #295750

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .whb-sticked .wd-nav-main> li.current-menu-item > a{
    color:orange;
    }
    body .whb-sticked .wd-nav-main> li > a:hover{
    color:orange;
    }
    body .whb-sticked .wd-nav-main> li > a{
    color:yellow;
    }

    Best Regards

    #295958

    shaparey
    Participant

    Great! Thanks!

    #295983

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

Viewing 4 posts - 1 through 4 (of 4 total)