full page menu

Hi,

I have installed your theme and I would like to remove the square brackets that appear on the side of the mouse from the menu and replace them with those in this link: line flowing under the heading

OLD SITE: this in the old site https://www.specialities.eu/

NEWS SITE: the site to be modified is this https://sito.specialities.eu/


it's possible?

Also you can make the menu symbol on the right (the one with the 3 horizontal lines) bigger, is it customizable?


Thk

Manuela

Comments

  • Hi,

    I have checked the new site link, and it has Twenty Twenty Two theme active.

    Moreover, can you attach screenshots showing what you are referring to, please?


    Thanks

  • Hello,

    i think it is a cache problem, try looking now.

    thank you

  • To change that you will have to use the custom CSS code:

    /*line under menu items*/
    #overlay-menu ul li a::before,
    #overlay-menu ul li a::after{
       display: none!important;
    }
    #overlay-menu ul li a:hover{
       border-bottom: solid 5px #fff!important;
    }
    #overlay-menu ul li.current-menu-item a:hover{
       border-bottom: solid 5px #B1DCFB!important;
    }
    /*hamburger menu size*/
    .overlay-menu-toggle i{
       font-size: 40px!important;
    }
    

    Please, put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

  • Thanks for the tip!

    it's perfect!


    Have a good day

    Manuela

Sign In or Register to comment.