-
AuthorPosts
-
December 14, 2023 at 5:49 pm #1428146
how can I change the font colors in the mobile version for the menu?
also – I changed the font to quattrocente for body and headings but the fints for the menu are still using some kind default font that doesn’t change when I change it tin advanced styling.
Where are the setting for the menus on desktop and mobile hiding?
December 16, 2023 at 6:48 pm #1428287Hey ausgesonnen,
Could you post a link to where we can see the problem you are having please?
Best regards,
RikardDecember 18, 2023 at 12:49 pm #1428392December 18, 2023 at 1:17 pm #1428399The page is here: https://shantama.org/
Can you please help me get the fonts to look as described in this grafic?
Would love to know the css style names. Can’t find the right stylesheet and check it myself somehow :(
Thank you
December 18, 2023 at 1:39 pm #1428404Can you please send me the style names so I can play around with them in css?
December 18, 2023 at 1:40 pm #1428405and send me the direct link to the stylesheet? That would be awesome.
Thank you
December 18, 2023 at 2:56 pm #1428418Hi,
Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Which stylesheet are you looking for? If you need to add custom CSS, then you can do so in Quick CSS in the theme options, or in style.css if you are running a child theme.
Best regards,
RikardDecember 18, 2023 at 3:42 pm #1428421I just want to look at the stylesheet so can see what the names of the styles are so I can modify them in the quick css in the theme option. thats all.
December 18, 2023 at 3:43 pm #1428422see private content
December 18, 2023 at 7:25 pm #1428442Hi,
Thanks for that. It looks like you have selected the sans version of the font under Enfold->Advanced styling. Please change the font there.
You can check the minified CSS file in private, it’s likely easier if you simply inspect the elements you are interested in using your browser though.
Best regards,
RikardDecember 19, 2023 at 6:39 pm #1428513December 20, 2023 at 3:23 am #1428548Hi,
Thank you for the screenshot.
You can adjust the hover style of the burger menu items in the Enfold > Advanced Styling panel. Look for the Menu Links in overlay/slideout element in the dropdown and adjust the Font Hover Color field accordingly.
You can also use this css code.
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li a:hover { color: #ffffff; }
Best regards,
IsmaelDecember 20, 2023 at 1:31 pm #1428600Ok great. That almost worked. I adjusted the colors in Menu Links in overlay/slideout.
the only issue now remaining is the following: a lot of my links are to anchor points on the pages. Please see what happens to them in the burger:
they all light up at once… Can I have it like in the desktop version, where the items light up individually?
Thanks
December 21, 2023 at 10:20 am #1428646This is really quite urgent. Could somebody please help with this?
- This reply was modified 11 months, 1 week ago by ausgesonnen.
December 21, 2023 at 2:56 pm #1428666Hi,
Please try this CSS as well:
#av-burger-menu-ul li a:hover { color: #daa520 !important; }
Best regards,
RikardDecember 21, 2023 at 3:08 pm #1428669doesn’t work.
December 22, 2023 at 1:12 pm #1428748 -
AuthorPosts
- You must be logged in to reply to this topic.