• Resolved bluelilydesign

    (@bluelilydesign)


    I am using the free version of Virtue and am wondering how do I remove the two gray lines on the main page? bluelilydesign.net

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    You’re adding this CSS to remove the page titles:
    .entry-title {
    display: none;
    }

    Try adding this CSS to Theme Options> Advanced Settings, and let me know if it hides the lines too:

    .page-header {
        display: none;
    }

    -Kevin

    Thread Starter bluelilydesign

    (@bluelilydesign)

    Thank you Kevin! 🙂 I appreciate you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove two gray lines’ is closed to new replies.