No content to show
User Activity
Hi, Only you (or another logged in Admin) can see this bar. Your customers cannot see this. You can test this by opening up a private / incognito browser window and going to your storefront. You will not be displayed this bar.
11-05-2023
Within the theme customizer, select the footer section. Do you see an option like the below image? If so, unselect the checkbox and that should remove the dropdown. If not, custom CSS will need to be added to hide the dropdown. Without seeing the co...
11-05-2023
Adding a new Blog should not have impacted pre-existing Blogs. I would need further details to troubleshoot. Were the other default Blog Posts present yesterday, prior to adding the new Blog? How many Blog Posts do you see when you go to Online Store...
Correct, it seems like there is no setting to allow this. If you would like me to look into the customization required to achieve this, please drop me an email (details in signature).
Which theme are you using? As others have mentioned, the best option is to check if there is a theme section or setting that allows for this. If not, an app or customization of the theme will be required.
11-04-2023
Visibility is limited on the storefront, but I believe the two blog posts are in separate Blogs. Each menu link can only link to single Blog. Both the Blog and Blog Post seem to be named "How to recycle...". The structure should be like adding files ...
In order to assist, can you please provide the theme and store URL?
11-04-2023
In order to troubleshoot further, can you please share the theme you are using and the store URL?
You can put the below CSS into theme.liquid before the </body> tag. Let me know how it goes. <style>
{%if request.page_type == "product" %}
.footer__content-top {
display: none !important;
}
{% endif %}
</style>
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1185 | 11-05-2023 02:50 PM | |
352 | 11-04-2023 07:55 PM |