Okay
  Public Ticket #345279
Change font of 'Separator with text'
Closed

Comments

  • Lo started the conversation

    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

  • Lo replied

    Fixed it!

  •  2
    Gpstew replied

    What was the answer to this?

  •  8,996
    Tahir replied

    Add 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