Okay
  Public Ticket #3345378
Font Size for TEX-BOXES
Closed

Comments

  •  1
    Andreia started the conversation

    Please can you add a option to change the font-size inside of the text-box, I need change the size without change the global font-size. For example, when I have a H1, I want be able to change the size of the font without change to other "H(H2)", for example.

    Or there is a plugin that allow me to do this?

    I know there is a option to "Custom Font Size", however I can't change the line-weight.

    Attached files:  Screenshot 2023-04-10 141649.jpg

  •  2,958
    Andrew replied

    Hello Andreia,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .page-id-7 .first-section.loaded .nectar-highlighted-text h1 {
        font-family: "Times New Roman", Times, serif;
    }
    

    You can change the font to the style you want.

    Thanks,