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

    How can I create a border for the active main menu item?
    Here is an example what I mean: http://eminent.fruitthemes.com/

    Thanks

    #553983

    Hey reinhard_hofer!

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

    li.current-menu-item > a > .avia-menu-text {
        border: 2px solid orange;
        border-radius: 10px;
        padding: 5px;
    }

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

    Best regards,
    Yigit

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