• Hello,
    How can I do so when I see my website from the mobile, the menu-togglenbt, be transparent. Now on the mobile the menu appears in white. How can I make the photo of my cover on the whole screen, and see only the three lines on the right? Thank you

    • This topic was modified 5 years, 7 months ago by josoclasilvia. Reason: language

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @josoclasilvia
    you can try with custom CSS.
    Go to your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code:

    
    @media screen and (max-width: 1025px) {
    	.menu-toggle:hover, .menu-toggle:focus, .menu-toggle {
    		background: transparent;
    	}
    	.main-navigation ul {
    		background: #fff !important;
    	}
    }
    

    Best Regards,
    CrestaProject

    Thread Starter josoclasilvia

    (@josoclasilvia)

    How can I remove the title in the mobile template so that only the image is visible? You could put the title of the web, where it says “Main Menu”. And how can I make the icons of social networks look a little bigger? Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu-togglenbt on mobile’ is closed to new replies.