Comments Lo started the conversationJanuary 5, 2015 at 5:33amHi there,I can't seem to find the correct code to change the font on the -Separator with Text- option.In my custom CSS I added this code:html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, .vc_text_separator, .nectar-button{font-family: 'VPRO';}* {font-family: 'VPRO';}All seems to be working except the Separator-with-text. Hope to hear the right solution from you!All the best,LoLo repliedJanuary 5, 2015 at 6:34amFixed it! 2Gpstew repliedOctober 16, 2016 at 6:37amWhat was the answer to this? 8,996Tahir repliedOctober 17, 2016 at 3:49pmAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .vc_text_separator{ font-family: 'VPRO'; } Thanks ThemeNectar Support Team Sign in to reply ...
Hi there,
I can't seem to find the correct code to change the font on the -Separator with Text- option.
In my custom CSS I added this code:
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, .vc_text_separator, .nectar-button
{
font-family: 'VPRO';
}
* {
font-family: 'VPRO';
}
All seems to be working except the Separator-with-text.
Hope to hear the right solution from you!
All the best,
Lo
Fixed it!
What was the answer to this?
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team