Text With Separator Font

Posted in: Newspaper
Post count: 43

Where do I change the font for the ‘Text with separator’ Visual Composer element?

Thanks in advance

Post count: 23312

Hello Navito,

Please notice that if you want to change the text from the “Text with separator” element in Visual Composer you will have to change this only if you are using a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.vc_separator.vc_separator_align_center h4 {
font-family:Princess Sofia;
}

The result -> http://screencast.com/t/VI75x6bDXXyp

Also, the font that you call with CSS code will have to be loaded in your theme from your Theme panel->Theme Fonts area, otherwise, the font will not be available and this will not appear in the frontend.

Thank you for your message!

Post count: 12

Hi guys,
I’ve got a question.

The code with h4 works – but why doesn’t work the code with h3 h2 or h1?

Not working:

.vc_separator.vc_separator_align_center h2 {
font-family:Open Sans;
}

Thanks for help.

Cheers
Alex

Post count: 23312

Hello ArthiSpooner,

If the font is not H3, H2 or H1 notice that you’re dragging this heading because the CSS will not be applied. Here is talking about HTML code which has to be added from the panel editor when you write the text in Text With Separator.

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.