Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #486252

    Hi there,

    I have the following menu: Home, History, Other Services, Publications and Contact Us as headings. All I want to do is to change only the Contact Us to red. Also, when I put the cursor on the Contact Us button it gets bigger but the problem is goes blue like the other headings and I want that heading color to stay red leaving the other options in blue. What is the code to carry this out?

    #486491

    Hey Sean_Devane!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-59>a>.avia-menu-text {
        color: red !important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.