Shopify themes, liquid, logos, and UX
Dear all,
I would like to ask if there have any codes i can applied in all pages' liquid and json file to make all hidden elements be visible?
It's urgent, please try to reply me ASAP.Since the launch date is coming very soon.
Thanks for your advanced help.
I'm not entirely sure what you mean. Is this for debugging? It's very likely that showing ALL hidden elements on a page is going to mess up the page...
html body * {
display: block !important;
visibility: visible !important;
}
In the theme.css should do it, you may need to add some more specificity, the * selector is NOT performant to have in production, and it's also not good to use !important.
It would be better to find the specific element classes or IDs that you want to show and set the CSS just for those.
Yes, It's for debugging. It looks weird that all the codes occurs when i was using the inspect mode but it didn't work when i tried to change the mode from hidden to visible.
Can i change the mode by using the google chrome theme editor indeed?
User | RANK |
---|---|
187 | |
151 | |
81 | |
77 | |
65 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023