How to remove the green banner at the top of the page?It says: Open your own merch shop today. Always Free

How can I remove the top green banner? " Open your own merch shop today. Always Free."

I removed the bottom one via CSS. But I can’t find a CSS code for the top banner? Anyone have an idea?

Thx.

I would also like to know the CSS Shop code for removing the " Open your own merch shop today. Always Free"

@hydrotherion
@Wesley_Fashion

Enter the following code into the Shop CSS in your shop control panel (Advanced->Edit Shop CSS)

.SprdMain .sprd-signup-banner
{
display: none
}
2 Likes

Thank you!!!

It worked.:slight_smile:

Much Appreciated!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.