Shopify themes, liquid, logos, and UX
I want to set a specific template for the theme out of sight on my PC.
I don't know how to modify the code.😓
Solved! Go to the solution
This is an accepted solution.
I want to hide the template only on the mobile screen and not on the PC screen.
@jihyun_55 - what do you mean by out of sight?
This is an accepted solution.
I want to hide the template only on the mobile screen and not on the PC screen.
@jihyun_55 - using media queries it can be done, what part do you want to hide on mobile? can you share the website link?
https://eu.nakyangyarn.com/products/7easy-mulesing-free
It's one of the products on our website, and I'd like to hide the 'View All Colors' part just above the 'Color Chart' section at the bottom.
I want to set it to be visible on mobile and hidden only on PC.
@jihyun_55 - please add this css to the very end of your index.css file and check
@media screen and (min-width:750px){
section#shopify-section-template--21750591324434__c09b2bc9-2247-434d-84dc-a58c20c28ffa{ display: none; visibility: hidden;}
}
Wow! Thank you.
I want to do the same for other products, is there a way to get the name of that section easily?
And I wonder if I just need to copy and paste this code at the bottom of the index.css file and modify the name of the section.
@jihyun_55 - modifying code can work, this section do not have a common unique class name which can hide this section on all the products, it has accordion name but other products may have other accordions too, if not, then you can try this which will hide all accordions on all products
accordeon-container.faq {display: none; visibility: hidden;}
Is it correct that only the accordion section on the product is hidden? The accordion on the other page should not be hidden.
Is it correct to add this code to the bottom of the Index.css file as well?
@jihyun_55 - this will hide on all pages and not only product.
Yes this code too in the end of index.css.
Thank you so much! This has been bothering me for a long time. I feel very refreshed now that I have solved an old problem thanks to you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025