-
AuthorPosts
-
September 23, 2021 at 7:58 pm #1322071
1) I’m getting two burger menus on tablet view
two burger menus screenshot
2) I need to change the color of the hover text color for mobile and tablet to #152c40
overlay text color snapshot
I’m already using the following in quick css
#av-burger-menu-ul li a:hover .avia-menu-text {
color: #152c40 !important;
}
link to website
Thanks as always!September 24, 2021 at 12:01 pm #1322187Hey hostworks,
1. Please try this in Quick CSS:
@media only screen and (max-width: 1024px) { #header_main_alternate { display: none; } }
2. And this as well:
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover { background-color: #ddd; }
Best regards,
RikardSeptember 24, 2021 at 1:23 pm #1322203Rikard,
Thanks. The overlay color is fixed, but the double menu is still there. It is also overlaying the content below.
double menu snapshot
Also, can I get rid of the “Menu”?September 25, 2021 at 6:07 am #1322265Hi,
Please try this CSS instead:
@media only screen and (max-width: 1190px) { #top #header_main_alternate { display: none !important; } }
Menu text; you have this CSS applying:
#header .avia_hidden_link_text { display: block !important; }
I’m not sure where it’s added though, it might in the WordPress customiser.
Best regards,
RikardSeptember 27, 2021 at 1:48 am #1322392Rikard,
The first group fixed the double burger menu on tablet.
The second code did not remove the “menu” text. tried it in child custom css and WP theme custom css.September 28, 2021 at 4:20 am #1322552Hi,
This CSS is still applying on your site, and it’s overriding the CSS I gave you:
#header .avia_hidden_link_text { display: block !important; }
If you need help finding it, then please post admin WordPress login details in private. It doesn’t seems to be coming from the theme, so you might want to check in the WordPress customiser.
Best regards,
RikardSeptember 28, 2021 at 5:03 am #1322562Thanks Rikard. Details below.
September 29, 2021 at 5:12 am #1322703Hi,
Thanks for that. It’s added under Appearance->Customiser->Additional CSS, please remove it from there.
Best regards,
RikardSeptember 29, 2021 at 5:22 am #1322711What am I removing?
September 30, 2021 at 4:43 am #1322908September 30, 2021 at 5:54 am #1322930I’m sorry, I’m confirming because I removed that from the customize section, but the word “menu” still occurs on tablet widths.
CLICK HERE
Thanks Rikard.September 30, 2021 at 4:59 pm #1323054Hi,
Please remove following code
#header .avia_hidden_link_text { display: block !important; }
and then go to Enfold theme options > Performance and disable CSS file merging and compression, save theme options, flush cache, confirm that text is removed and then enable CSS file merging and compression again :)
Best regards,
YigitOctober 1, 2021 at 2:00 pm #1323155Hi Yigit,
That seems to have done the trick, thank you!October 2, 2021 at 3:20 am #1323213Hi hostworks,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Mobile display issues’ is closed to new replies.