Change Button Font to Custom Font Manager Font

Hey there! I just want to use some CSS to change my X Theme button font to a font I have uploaded to X Font Manager.

It is working fine on all my headings, I was just curious if there is a way to point my CSS code to wherever you all store the Font Manager stuff! :slight_smile:

You all should really consider adding a Font Manager selection for Buttons! Unless I am just missing it.

Hi @kickinrad,

If you are using the Classic Button element, you will have to add a custom CSS code to be able to change the font of the button like this:


.x-btn {
    font-family: 'Arial';
}

But if you are using the V2 button element, you should be able to set the button’s font to the font you have added in the Font Manager. That is in the Primary Text Format option in the button element:

If you are not seeing this option for the v2 button element, you might have the Advanced Mode option of your settings disabled so kindly enable it.

Hope this helps.

Thanks a bunch! I had just overlooked the font manager functionality in the V2 button.

Have a great afternoon! :slight_smile:

Glad we were able to help :slight_smile:

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