Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1204879

    Hi,

    when I want to change the main menu to button instead of text is my transparency away from my mobile menu?

    how can I solve this ?

    Victoria has already adjusted my menu regarding dimensions, see the code below:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background-color: transparent; }
    .responsive #top #wrap_all #header { position: absolute; }}

    @media only screen and (max-width: 767px) {
    .product_title { font-size: 20px !important; }

    .avia_codeblock .cta-button a {
    padding: 15px 30px 13px;
    font-size: 30px;
    border-radius: 3px;
    }

    #1205293

    Hey michelklink,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1205435

    Hi Victoria,

    I would like to change the menu from desktop to button mode, but when I do this my transparent header is gone on mobile?

    Michel

    #1206256

    Hi Michel,

    Please change it to the icon and we’ll look into the mobile look :)

    Best regards,
    Victoria

    #1206267

    I changed to icon.

    #1206370

    Hi michelklink,

    Thank you.

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1206372

    Done!

    #1206795

    Good afternoon,

    I turned on wp rocket again because my site was really slow and visitors were complaining about it, below my login codes for wp

    #1206860

    Hi michelklink,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
        .html_mobile_menu_tablet #top #wrap_all .av_header_transparency { 
            background-color: transparent;
        }
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
        .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
            margin-top: -93px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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