Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #501325

    Hello, how to control the distance between the Heading Text and Text subheading?

    Hot to change the font to Roboto to Heading Text?

    LINK
    http://www.andrebrito.com.br/ab2/

    EXEMPLE
    http://www.screencast.com/t/AIAQyYqgit6

    #501736

    Hey mleite1!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-subheading p:first-child {
        margin-top: 40px;
    }
    body .av-special-heading.classic-quote > * {
    font-family: roboto !important;
    }

    Cheers!
    Yigit

    #501738

    Hi mleite1!

    Add this to your custom CSS.

    .av-subheading p:first-child {
      margin-top: 0px !important;
    }

    You can change the heading font in Dashboard > Enfold > General Styling > Fonts. You can also change the fonts for each different heading element in Dashboard > Enfold > Advanced Styling.

    Cheers!
    Elliott

    #501773

    Hello, enter the code and can not control the distance of the request I made. I think you have misunderstood my question.

    #501926

    Hey!

    The suggested codes above should work. You can also use this to decrease the gap between the heading and subheading:

    body .av-special-heading .av-special-heading-tag {
        line-height: 1em;
    }

    Regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.