Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi!

    Thanks for reaching out!

    the banner in the screenshot you described looks a lot like the Store Notice Feature, built in to WooCommerce, you don’t need any code or additional plugins to use that!

    You can set the store notice in your site’s customizer, by following this guide: https://docs.woocommerce.com/document/woocommerce-customizer/#section-3

    I hope that helps!

    Thread Starter peachtree123

    (@peachtree123)

    Hi

    Thanks for the quick reply

    I wanted the text to be above the brand name not below. And mainly on the home page just as seen in the picture

    Thread Starter peachtree123

    (@peachtree123)

    As seen in the picture

    https://ibb.co/M1yjcp2

    Thread Starter peachtree123

    (@peachtree123)

    I want it to be static not a dismissable box. Putting it as a store notice covers the brand name and doesnt look that good

    Thread Starter peachtree123

    (@peachtree123)

    A sliding text bar will also work. Tried a few plugins but none display it at the top

    Okay so you can still use the store notice feature to do what you described, however you’ll need to do some tweaking.

    The location of your store notice banner is set by your theme, though you can override that with custom CSS.

    You can also use Custom CSS to display it only on the homepage, and even hide the dismiss button.

    For example if you want it with no dismiss button you could use the following CSS (assuming your theme uses the default classes for the notice.)

    
    /* hide store notice dismiss button */ 
    .woocommerce-store-notice__dismiss-link {display: none;}
    

    I strongly recommend that you reach out to your theme developer for help displaying it only on the homepage and in a different location as different themes can often have different css classes in play, so they’ll be in the best position to help you out!

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

The topic ‘Textbox over header’ is closed to new replies.