Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #335000
    Sam Lefebvre
    Participant

    On the home page of my site https://www.cluzo.be/ a small line strikes trough the picture. I think it comes because of an empty link but I don’t know how to remove that line.

    #335016
    sujeet
    Keymaster

    Hello @sam-lefebvrecluzo-be,

    That is a border line just below any title for the section. You can see same line for other sections in your site. Like below Geplande optredens and Nieuws.

    If you don’t want that line in the main image then use the following css code in your Additional Css(Appearance->customize->additional css)

    
    .custom-header .section-title:after {
    border: none;
    }

    Thank you.

    Regards,
    Sujeet

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