Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1113201

    How can I remove the line at the end of the title h1, h2, h3, …
    For better understanding pls look at this screenshot: http://www.allisio.biz/download/allisio/enfold/title-line.png

    Thanks and best regards from Alessandro

    #1113294

    Alessandro it looks like you are using the default “Special Heading” to generate your H1,H2, and H3 with a line style to the right. Delv into the the ‘Edit Element’ of the “Special Heading” block then change the Heading Style(Select a heading style) to modern left. right, or center. Or instead use a text block and style your element per your own needs; aka
    <h1> This</h1>
    <p> This content under h1</p>
    <h2>That</h2>
    <p> That Content under H2</p>
    <h3>The Other</h3>
    <p> The Other Content under H3</p>

    My Best

    #1113466

    Hi,

    Thanks for helping out @dschneekloth, did you try that out @allisio?

    Best regards,
    Rikard

    #1113512

    Thanks for the answer, I know this feature, but I would have liked a method to remove the line from all the titles without intervening on each one.
    Best regards,
    Alessandro.

    #1113611

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1114193

    Thanks, everything works.
    Best regards,
    Alessandro.

    #1114430

    Hi Alessandro,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove the line at the end of the title h1, h2, h3, …’ is closed to new replies.