Home Forums Pro Themes Construction Base Pro How to delete "lightgrey-line" left of text page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #62357
    Marcin Sułek
    Participant

    Hi there,

    how can I delete line which I show in attachment in red rectangle?
    As far as I checked it isn’t quote text line 🙁

    https://ibb.co/nb71Pw

    BR,
    Marcin Sułek

    #62360
    wensolutions
    Keymaster

    Hello @lotymarzen,

    To remove the border at the left use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS code.

    .entry-content-wrapper {
        border-left: none;
       }

    Hope this helps.

    Best Regards!!

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