Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29264

    Hi,

    I currently design a small, super-minimalistic website based on enfold.

    My initial intention was to display a 50px h1 title page without the breadcrumb.

    I did not succeed doing so removed the “stretch full title container” by applying the following custom CSS already discussed on the forum.

    .stretch_full.title_container {

    display: none;

    }

    However, there still is a need to display h1 titles for proper legibility and SEO. Thus my question:

    I how do I remove the horizontal ruler coming next to prestyled h1, running along the page width?

    Thanks

    #140214

    Hey,

    Can you give us a screenshot? Please try this:

    .container_wrap {
    border: none;
    }

    Regards,

    Ismael

    #140215

    Hi back Ismael,

    Thank you. So fast an answer I can’t believe…

    The support for Enfold is f-a-n-t-a-s-t-i-c compared to other themes teams.

    Your solution is interesting but not what I was looking for. Found it and here’s what does the trick.

    In custosm CSS paste the following

    .special-heading-border {

    display: none;

    }

    Voila. Alexoidea

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to remove horizontal rulers from h1 (titles) styles’ is closed to new replies.