Font in menu

how can i change the font in the menu to match my headlines font

Hello Justin,

Thanks for posting in!

The font of your menu can be change by going to X > Theme Options > Header > Links - Text. There is a font family selector and a field for the font size and other font options.

Hope this helps.

what about the submenu?

also how can i change the font in the faq page for each accordion headline and text

Hello Justin,

The font of the submenu goes with the parent menu item settings as well. Do you want to have a different font family or font size for the submenu? If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.desktop .sub-menu a {
    font-family: Arial, serif;
    font-size: 20px;
    color: red;
}

Feel free to change the color, font family and font size.

And for the accordion, you will need to edit the page and change the font options in the accordion element settings as shown below:

Hope this helps.

mine doesn’t show that

Hi Justin,

Please use Accordion element (V2) instead of Classic Accordion element, so that you can access those options mentioned above.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.