Tagged: 

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

    Hi,

    Is it possible with the enfold theme to change the header menu background in pillshape background instead of the line underneath?
    So when you point at a menu it will change to a red pillshape background with a white word in it. If you do not point at it, the word changes back to red with a white background.

    #285177

    Hey studioinktvis!

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

    #top .av-main-nav > li > a:hover {
    background: red;
    border-radius: 100px;
    }

    Regards,
    Yigit

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