Theme fonts

Hello,

love the theme.

but struggling to find where to change fonts

tried x > launch > templates no luck
tried options > layout ansd design
tried typography

am i looking in the wrong place

Hello @jimmyg164,

Thanks for asking. :slight_smile:

Well, you are looking at the correct place to change fonts. Under template section, you have the option to create font templates and under typography you can change body font. In Cornerstone page builder you can select font templates and assign them to the elements to make necessary changes.

https://theme.co/apex/forum/t/managers-fonts/101

Can you please elaborate, where you are trying to change fonts? If the issue persists, can you please share login details in a secure note for us to take a closer look?

Thanks.

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

Hello There,

Thanks for updating in!

1.) To make the topbar blue in white colors, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-topbar {
    background-color: blue;
    color: white !important;
}

.x-topbar * { 
    color: white !important;
}

2.) You can change the font family and other attributes of the menu items in X > Launch > Options > Headers > Link - Text

Hope this helps. Please let us know how it goes.

1 Like

Hello There,

I have logged in back to your site and went to X > Launch > Options > Typography. I have enabled/disabled the Font manager option and save the changes. Your menu should be fix by now.

Please let us know how it goes.