Okay
  Public Ticket #203290
Changing line-height values
Closed

Comments

  • Jorge started the conversation

    As mentioned in the title, can't seem to find the option to increase the value for everything, from paragraphs, to headings, etc.

    I've tried on the custom css box in the General Settings tab.

  •  8,839
    Tahir replied

    Hey Jorge!

    Can you please provide url and the page sections you wish to change the line-height of. 

    Thanks


    ThemeNectar Support Team 

  • Jorge replied

    Here's the link

    http://www.suizopop.mx/Wordpress/portfolio/culinar...

    I'm trying to modify line height of all texts, paragraph, headings, etc. For example the first text you look at that says "A brand redesign for a space…" is a H4 tag but I can't do it via Custom CSS box

  •  8,839
    Tahir replied

    Hey Jorge!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    body h4, .row .col h4, .portfolio-items .work-meta h4, #respond h3, h3#comments {
        line-height: 34px !important;
    }
    

    Cheers


    ThemeNectar Support Team