Changing Menu Link color with CSS

How do I set the link color for the main menu without effecting the other pages or mobile links?https://fvw.a5f.myftpupload.com

Comments

  • Hello,

    Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    @media only screen and (min-width:1240px){
      .home #Top_bar .menu > li > a{
          color: #000!important;
       }
    }
    

    Thanks

Sign In or Register to comment.