Header Menu Highlights on Tablet Mode

On the Desktop mode, the header menu does not have an active background highlighted, which is great.


However, on the Tablet mode, the header menu highlights the current page it is on. The "Home" button has a background and I don't want that.

How do I remove this from happening on Tablet mode?


Website: www.bevanhuang.com

Thank you

Comments

  • Hello,

    I have passed this info to the dev team.

    For now, please, use the following CSS code:

    #Header #menu > ul > li.current-menu-item > a, 
    #Header #menu > ul > li.current_page_item > a{
       background-color: transparent!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.