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

    Hi,

    Thanks for the great theme. Very flexible. I’m using it for a one page site (color sections with an id and by click on menu item you scroll to the color section).

    I want to have every menu link a unique different color.

    I us de this css for and this is working:

    #menu-item-1285 a:hover { color: red !important; } ( to get a link red by mouse over)
    #menu-item-1288 a:hover { color: blue !important; } ( to get another link blue by mouse over)

    and so on.

    The thing I don’t succeed in is when clicking on a link I scroll to the right section but I’m not able to give the active link a unique color. So when I arrive on menu item 1285 the link still has to be red and when arriving on menu item 1288 it has to be blue.

    Could you help me with this?

    Thanks!!

    Kind regards!

    #361068

    Hey JBkvns!

    Please try adding following code to Quick CSS as well

    li#menu-item-1285.current-menu-item a {
    color: red;
    }

    If that does not work, please post the link to your website.

    Regards,
    Yigit

    #361103

    Hero!

    Works :-)

    Thanks!

    #361107

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Unique colors menu links’ is closed to new replies.