Okay
  Public Ticket #291577
Separator text size
Closed

Comments

  •  1
    Samu started the conversation

    Hey! Trying to figure out how to change the size of the text in the "Separator with text" element. Have tried changing various font sizes under typography but to no avail.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .vc_text_separator div {
        font-family: Libre Baskerville;
        text-transform: capitalize;
        font-size: 22px;
        line-height: 41px!important;
        font-weight: 400;
        font-style: italic;
    } 

    Thanks


    ThemeNectar Support Team