Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #334544

    I’m updated to the latest wordpress and enfold on my site. I see a problem that wasn’t there before.

    I have a transparent top bar on my home page. The tabs are invisible, but the underlines are visible. So there’s a horizontal line floating where my “Welcome” tab would be. And when I mouse over the other (invisible) tabs, their underlines show up too. Not attractive.

    Reproduced in Chrome, Safari, Firefox on OSX.

    The problem ca be seen here: http://kenblackman.com/

    #334631

    Hey!

    Try adding this code to the Quick CSS:

    #top .av_header_transparency .avia-menu-fx {
        opacity: 0;
        visibility: hidden;
    }
    

    Cheers! 
    Josue

    #337196

    That did the trick! Thanks.

    #337198

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tab underline showing up in transparent menu’ is closed to new replies.