Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #167013
    sasa
    Participant

    Hy, how can the grey lines (it looks like separator lines) on the sites, above the footer, be removed?

    #167072
    Skandha
    Participant

    @sasa: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #167080
    sasa
    Participant

    Hello Skandha, here the URL for a new created empty site, which you can see the grey line. So they appears on every site.
    https://ei2.ch/?page_id=618

    #167144
    Skandha
    Participant

    @sasa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-content article {
    	border:unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #167168
    sasa
    Participant

    @Skandha: Yes this works, thanks for your effort.

    It’s possible to reduce the white border space above the footer, except on the Homepage with the Featured Contents?

    #167225
    Skandha
    Participant

    @sasa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    article {
    	padding-bottom:0 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #167242
    sasa
    Participant

    @skandha: It would work, but it changes the padding of the home site with the featured contents too, thus not usable.

    #167243
    Skandha
    Participant

    @sasa: For that
    Go to => Appearance => Customize => Additional CSS and add he following CSS Code.

    body:not(.home) article {
    	padding-bottom:0 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #167257
    sasa
    Participant

    @skandha: It works, thanks for your support.

    #167335
    Skandha
    Participant

    @sasa: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-everest/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove grey lines on sites’ is closed to new replies.