Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #643544

    Hi. I’m trying to delete/hide the border on the left side of the main content block. I’ve perused the forums and combed the css and amended almost all border calls to display:none but nothing works. Any clue?

    .container_wrap.container_wrap_first {
    border: none;
    }

    Thanks.

    #643826

    Hi kate,

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

    .html_header_left #main {
        border-left-width: 0px !important;
    }

    Best regards,
    Rikard

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