Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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?

    #1428287

    Hey ausgesonnen,

    Could you post a link to where we can see the problem you are having please?

    Best regards,
    Rikard

    #1428392
    #1428399

    The page is here: https://shantama.org/

    Can you please help me get the fonts to look as described in this grafic?

    Screenshot-2023-12-18-at-13-10-21-copy

    Would love to know the css style names. Can’t find the right stylesheet and check it myself somehow :(

    Thank you

    #1428404

    Can you please send me the style names so I can play around with them in css?

    #1428405

    and send me the direct link to the stylesheet? That would be awesome.

    Thank you

    #1428418

    Hi,

    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,
    Rikard

    #1428421

    I 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.

    #1428422

    see private content

    #1428442

    Hi,

    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,
    Rikard

    #1428513

    I still need the answer for the question on the left side of the picture. thanks
    Screenshot-2023-12-18-at-13-10-21-copy

    #1428548

    Hi,

    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,
    Ismael

    #1428600

    Ok 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

    #1428646

    This is really quite urgent. Could somebody please help with this?

    • This reply was modified 10 months ago by ausgesonnen.
    #1428666

    Hi,

    Please try this CSS as well:

    #av-burger-menu-ul li a:hover {
        color: #daa520 !important;
    }

    Best regards,
    Rikard

    #1428669

    doesn’t work.

    #1428748

    Hi,

    It works on my end, how can we reproduce the results you are seeing on your end?

    Best regards,
    Rikard

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