Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #448853

    Is it possible to remove the line break that follows the H3 default heading?
    Thanks

    #448857

    Hey!

    Headings are block elements, they are not meant to be in line with other elements, however you can put other elements inside them, can you create a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #448863

    What I mean is:

    The Default H3 Heading currently looks like this:

    FAQ ———————————————————————–

    (where the dotted line above is a solid line in the theme)

    I want it to look like this:

    FAQ

    (with no line)

    See what I mean?

    #448864

    Ah, try selecting one of the “Modern” heading styles available.

    Regards,
    Josue

    #448865

    Well I would but that changes the weight and font. I want to keep the Default weight and font but just lose the line. Possible?

    #448868

    Hey!

    Try adding this code to the Quick CSS:

    .special-heading-border {
        display: none;
    }

    Cheers! 
    Josue

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