Top Bar Font

How can I change the Top Bar Font please? The current font for Ethos 1 is very tiny & hard to read. Thanks

Hi there,

There is no option to change the font size of the Top Bar. But you can do it via CSS. Please kindly add the code below to X > Launch > Options > CSS:

.x-topbar .p-info {
    font-size: 25px;
}

Feel free to change the 25px to whatever size you see it fit.

Thank you.

I don’t mind the size but I was wondering how I couldn’t change the actual font type?

Hi there,

The Font Type can be changed by adding the CSS code below:

.x-topbar .p-info {
    font-family: 'Lato', sans-serif;
}

The example above uses the Lato google font, you can see the list of fonts that you can use by going to X > Launch > Templates > Fonts and add a font there to load and use it in the code above.

If you have problems kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Also, give us the name of the font you want to have. Thank you.

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