• Resolved cfrobw

    (@cfrobw)


    Hellow,

    I’m using Powen Lite theme on my site chinesehealthspa.jhost.org

    How can I remove the line in the top of the content area on my site?

    Many Thanks for assistance!

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mahvash Fatima

    (@mahvash-fatima)

    Hello,

    Please follow the steps below to remove the line

    • Navigate to WordPress Dashboard > Appearance > Customize > Custom CSS
    • Add the following code into the CSS textarea
    .entry-header:after {
        display: none;
    }
    • Click “Save & Publish”
    Thread Starter cfrobw

    (@cfrobw)

    Great! It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line in Content Area’ is closed to new replies.