Okay
  Public Ticket #1800907
specific menu item color
Closed

Comments

  • Vincent Cloutier started the conversation

    Hi, 


    I'm trying to apply a different color to each menu item that is visited. 

    I did a test creating a class for the first menu item in the menu section of WP and than styling that class in the CSS file of the child theme but that doesn't work.

    Here's the code I'm using:

    a.a-propos:visited {
        color:#fe4641!important;
    }

    I guess I'm not doing this right.


    Any help is appreciated, thanks!

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Vincent Cloutier replied privately
  •  8,996
    Tahir replied

    Hey Again,

    Pls provide the password for access.

    Best.


    ThemeNectar Support Team 

  •   Vincent Cloutier replied privately
  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-outer.transparent header#top nav > ul > li.a-propos > a {
        color: #fe4641 !important;
    }


    Please have a look at this Article :http://themenectar.com/docs/salient/header-button-links/.

    best 


    ThemeNectar Support Team 

  • Vincent Cloutier replied

    Thanks Tahir!