Shopify themes, liquid, logos, and UX
Hello, I would like to hide a title name of collection on mobile version.
I've used code which worked perfectly, but just on desktop version.
Thanks for help
Tomas
Password: leden2021
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media screen and (max-width: 749px){
.collection-hero__title {display:none;}
}
Hope this helps.
Thanks!
Can you please provide a screenshot of where the collection title is?
I checked but couldn't see it.
hi
Can you share the screenshot you are asking for?
It's in every single collection on mobile version, on desktop it's ok as i said efore.
Thanks
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media screen and (max-width: 749px){
.collection-hero__title {display:none;}
}
Hope this helps.
Thanks!
-> Go to Online Store->Theme->Edit code
-> Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 600px) {
.collection-hero__title-wrapper .collection-hero__title{
display: none !important;
}
}
Hi,
What code should I use to hide on both desktop and mobile_
Thanks,
Syss
@Syss use to hide on both desktop and mobile
.collection-hero__title-wrapper .collection-hero__title{
display: none !important;
}
What if I don't have a assets/theme.css ?
I have
And also theme.js but no theme.css
I have the same problem I would like to hide the collection titles over the images, since I am putting the titles myself on the images in adobe.
Here is a link to what I am talking about.
I would like to hide where it says cocktail dresses
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi Thank you for your prompt reply.
We did in fact figure out a solution that works for us.
We simply changed the font color to transparent, essentially hiding the text from the photos.
Solves it for now, although perhaps not the ideal solution.
The website address is www.dearmonica.com
thanks for update
do you have any issue?
does this code work for the Focal theme? It doesn't seem to be working for me on either desktop or mobile
User | RANK |
---|---|
132 | |
97 | |
90 | |
62 | |
53 |
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By