Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #723228

    Hi

    is it possible to remove the small grey border between sections and between the main content of the page and the sidebar? I’ve tried a few bits of code and it seems to work in some places but not all. Failing that is there any way to set it to be white so that it can’t be seen with the white background?

    #723578

    Hey IASupport,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #723725

    Hi, you can see the divider on the blog page of my site below. Between the content and sidebar but there also seems to be a line between the menu and the content that flashes up briefly when loading but is then kind of hidden by the menu or header image.

    #723772

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .sidebar, .content {
        border: none!important;
    }
    

    Best regards,
    Yigit

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