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?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024