• Hey there, firstly thank you so much for developing this plugin!

    I’m using it with Galleria, a child theme of Storefront with the same options. I’ve been going nuts trying to remove the black line that separates the bar from the header, to no avail. I’m using Site Origin’s Custom CSS which makes it über easy to do things like these for the non-professional developer (like me!) but I can’t work out of the love of god how to remove this line at all…

    If you could share a snippet that’d be great, or even better if you could include an option to remove the line from the Customiser going forward. Those with ultra clean themes will be thankful!!

    Cheers!

    Miguel

    https://www.ads-software.com/plugins/storefront-top-bar/

Viewing 1 replies (of 1 total)
  • Plugin Author wooassist

    (@wooassist)

    Hey @mateas, sorry for the late response. The black bar is a part of the design from the Galleria child theme. You can use the CSS below to remove it.

    .site-header .g-top-bar {
        border-top: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove black separator line’ is closed to new replies.