-
AuthorPosts
-
December 14, 2023 at 11:29 pm #1428160
When I change the size of the menu font under advanced styling, it forgets all about the colors I set in General styling. And in advanced styling it doesn’t have an option for setting colors and in general styling there is no option for size. Do other people have this issue as well?
Can you send the ccs style name for the menu links, active and hover and size? Dont seem to be able to locate them when I inspect the source code :(
this is quite urgent.
thank you
- This topic was modified 11 months, 1 week ago by ausgesonnen.
December 15, 2023 at 2:02 pm #1428219Looking forward to your answer.
December 16, 2023 at 6:47 pm #1428286Hi,
Could you try to explain your intentions a bit further please? If you have a screenshot, then that might help.
Best regards,
RikardDecember 18, 2023 at 12:50 pm #1428393Can you send the ccs style name for the menu links, active and hover and size? Dont seem to be able to locate them when I inspect the source code :(
this is quite urgent.
December 18, 2023 at 12:56 pm #1428394I want to increase the size of the menu fonts and also retain the colors I set for link, active and hover.
December 18, 2023 at 2:59 pm #1428420Hi,
Thanks for the update. You can try using this CSS:
.main_menu li a { font-size: 16px; } .main_menu li a:hover { color: green; } .main_menu li a:active{ color: yellow; }
Best regards,
RikardDecember 18, 2023 at 7:00 pm #1428439Thanks
I also need the style names for the burger menu like you sent above.
thanks
December 19, 2023 at 2:08 am #1428464Hi,
Thank you for the update.
To adjust the style of the burger menu items, please start with this css code.
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a { color: #fff; height: auto; line-height: 1em; font-size: 0.8em; } .av-burger-overlay-bg { z-index: 3; opacity: 0.9; background: #000; display: block; position: fixed; }
Best regards,
IsmaelDecember 19, 2023 at 6:38 pm #1428512Unfortunately nothing happens.
I want the normal color of the menu items in the burger menu to be white and only turn gold on roll over. Any other ideas?
Best
PetraDecember 20, 2023 at 3:27 am #1428549Hi,
The modification above should adjust the color of the burger menu items to white. If you need to change the color on hover, please add this css code.
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a:hover { color: gold; }
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.
Best regards,
IsmaelDecember 20, 2023 at 1:23 pm #1428598Doesn’t work. Even when disabling compression settings.
December 20, 2023 at 1:27 pm #1428599Found another solution thanks
December 20, 2023 at 5:03 pm #1428619 -
AuthorPosts
- You must be logged in to reply to this topic.