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;
}
Hey michelklink,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
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
Hi Michel,
Please change it to the icon and we’ll look into the mobile look :)
Best regards,
Victoria
I changed to icon.
Hi michelklink,
Thank you.
Can you disable caching and minification for now?
Best regards,
Victoria
Done!
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
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