New Landing How can we help? Themeforest Theme Support Neighborhood Changing menu item colour

Viewing 10 posts - 1 through 10 (of 10 total)
  • #76717
    Tomglover
    Member
    Post count: 25

    Hi There is it possible to change one menu item’s colour i.e have the word sale in red

    images represent the change i want to make.

    Thanks in advance.

    Tom.

    #76764
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes, you just need to get the menu item id, for e..g:

    #menu-item-6476 > a {
      color: #FF0000;
    }

    – Kyle

    #76797
    Tomglover
    Member
    Post count: 25

    Hi Kyle,

    sorry im not a developer, where about’s do i put this?

    just in the css in theme options?

    also does the menu item refer to the page no.?

    Thanks in advance

    Tom.

    #76812
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sorry, yes you add it in the theme options panel.

    To get the menu item you need to inspect the code, if you provide me with your link I will get the id for the sale page for you

    – Kyle

    #76943
    Tomglover
    Member
    Post count: 25
    #76981
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put given below of code and update options.
    li.menu-item-12408 a{color: #FF0000;}
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #76985
    Tomglover
    Member
    Post count: 25

    Hi Mohammad,

    That didn’t change the colour of the text.

    Now when i hover over the text it just remains black too.

    Regards,

    Tom.

    #76986
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that one and use this one
    li.menu-item-12408 a{color: #FF0000 !important;}
    Thanks

    #76987
    Tomglover
    Member
    Post count: 25

    Worked!

    Thank you.

    #76988
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register