Different fonts for text

Hi

I need to have different fonts in text elements on same page. If I change the custom css on the element to .x-text{font-family:Fontname !Important} it changes all the text elements on the page.

How can I change only the one element. Any pointers much appreciated.

Hi There,

You can add a custom CSS class for your text element. Something likes my-text-element:

After that add this custom CSS under Theme Options > CSS:

.my-text-element{ font-family:Fontname !important; }

Hope it helps :slight_smile:

Perfect thank you

Glad I was able to help :slight_smile:

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