Okay
  Public Ticket #1992891
Highlighted Text Font
Closed

Comments

  • erdembb started the conversation

    How can I change the font style in a Highlighted Text element?

  •  8,994
    Tahir replied

    Which element are you referring to ?. 

    Best 


    ThemeNectar Support Team 

  • erdembb replied

    I mean when I go to 'Add element', choose 'Highlighted Text', go into 'Highlighted Text Settings', write a text and choose "paragraph" as its font style, it actually uses a different paragraph style.  

    How can I fix that?

  •  8,994
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • erdembb replied

    Below the home page --http://iamerdem.com-- there's a line that says "See my resume here." 

    I just wanted to 'fancy underline' the word "here".

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .wpb_text_column.wpb_content_element.vc_custom_1555677527474 a {text-decoration: underline !important;}

    Thanks


    ThemeNectar Support Team