How To Change Font Of VC Element

Posted in: Newspaper
Post count: 80

Hello TagDiv team,

I am trying to change the font of a VC Element (Separator with Text) but can’t find any option on where to change this, not even in VC itself.

The element can be seen here: http://www.glitched.co.uk on the top of block 6, it’s title says ‘Latest News’.

Please let me know I can target this to change the font.

Thanks,
Glitched

Post count: 6535

Hi

Try this css: http://screencast.com/t/zx4nn25S

.vc_separator.vc_separator_align_center h4{
font-size: 15px;
}

Hope this helps!
Thanks!

Post count: 80

Hi Andrei,

Thanks for the above. I wanted to change the actual font type I.e change the font from Default font to Open Sans for example.

I want to use a custom type kit font that’s already in the theme panel.

Thanks,

Post count: 22421

Hi,

If you want to change the font for the element, you will have to use the font-family property: http://www.w3schools.com/cssref/pr_font_font-family.asp
You can add it to the code provided above.

Thank you!

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