• I would like to remove the black bar that appears below my header image on my homepage. How do I remove it?

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

Viewing 1 replies (of 1 total)
  • Hello @violetgrey26,

    We can remove black bar with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .site-branding {
    border-bottom: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Remove black bar from the header’ is closed to new replies.