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

    Hi,
    I’m trying to modify the look of the top bar menu buttons;

    1) remove the underline
    2) add a block of background color to each button
    3) change the color of the button text. When I do this in the theme options it changes everything including the social icons.

    I’ve given each button a css class and have been trying to modify through that but so far have only managed to change the first buttons background color.
    Thanks

    #349526

    Hey youtea!

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

    span.avia-menu-fx { display: none; }
    li#menu-item-3193 a { background: red; color: white; }

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

    Regards,
    Yigit

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