How can I add a second announcement bar in the Venture theme?

Looking to add a second announcement bar below the current announcement bar within the Venture theme.

All help is appreciated.

Shopify folks, please don’t add your text telling me to use an app. Apps = slower websites + privacy concerns

Steve

@limborocks

This can be done by block settings. Just create a Block for the announcement bar, use some liquid coding, and you are done. you can hire a developer for this customization.


If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

Thank you “Savior”. Now, let me find my book “Liquid Coding Book for Dummies”.

It baffles me how people think it is a solution, to just say “Google it”, and want credit for saying that.

nevermind.

@limborocks

Shopify community is there to help everyone.

There’s a option for you to hire a developer if you are not good in coding or having zero knowledge about liquid coding.

Sorry if my answer bothered you.

Can you send me header.liquid file so i will make changes in it and you can replace the code??

1 Like

Lol. They aren’t wrong you’ve asked for a non-trivial thing and they outlined the steps you can research to synthesize a full solution. Better than not know any of the steps at all or expecting someone to fully train you on non-trivial section creation.

You want to know how to create sections , and thus duplicating sections, use the dev docs

https://shopify.dev/themes/architecture/sections

and follow one of the integration docs https://shopify.dev/themes/delivery-fulfillment/pickup-availability

Then use any of the available code out there for announcement bars.

https://shopify.github.io/liquid-code-examples/example/announcement-bar

Or just follow the initial guidance overview and check that your theme is capable of it and plunk in some announcement bar code and be done.