Hello guys, how do I make the announcement bar visible on the home page?
Thanks,
Wassim
A user seeks help making their announcement bar visible on their Shopify store’s homepage.
Solutions Provided:
Theme Customizer Approach:
Code-Based Solutions:
Multiple contributors offered CSS/code snippets to add to theme.liquid:
</body> tag</body></head> tagKey Steps:
theme.liquid fileScreenshots were shared showing both the theme customizer interface and expected results. The discussion remains open with no confirmed resolution from the original poster.
Hey @wh31_wh1222
Follow these Steps:
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @wh31_wh1222
If you like to visible your announcement bar you can easily hide in the customize theme.
Just close the eye icon
But if you dont this feature you can check the code.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
{% if template == 'index' %}
{% endif %}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @wh31_wh1222
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Theodore | PageFly