• Resolved newb18

    (@newb18)


    Hi,

    I need help to remove the grey horizontal line that goes across the webpage between the header and text body of my webpage.

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need this css customisation:

    .hgroup-wrap {
        border-bottom: 0;
    }

    If you are using a child theme then you can adjust this in your style.css file, however it is easier and safer to do this in the theme customizer, login to your dashboard, view your website, on the top row choose “customizer”, then “additional cs” and add this phrase there.

    Thread Starter newb18

    (@newb18)

    Hi RossMitchell,

    Problem resolved.

    Thanks for your help 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove horizontal line between header and text body’ is closed to new replies.