Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi
I find the font does not stand out enough on my featured collections images.
I am looking to add a almost transparent semi see through (or something that matches the colour) box behind the text on my featured collections to make the wording stand out more.
I am using Sahara theme.
Can anyone assist please?
Hi @Sharon-W,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.media.media--overlay.card-collection__media:after {
content: '';
background: #0000003b;
}
Hi @Sharon-W,
Have you tried my tutorial? Is it what you want 😊
Thank you, can you provide an example of what this will look like? and also, do I have to manually go in and apply it or should it apply automatically?
can you give me images that explain what you want to do because your problem is not clear enough for me
You can make the text in box over the image, i will give you an example, because it is never stand out on the image and you will harms the customer experience and this will effects your store salles and Customer Retention to your store
Hi @Sharon-W,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.media.media--overlay.card-collection__media:after {
content: '';
background: #0000003b;
}
I seen it you can make the font bigger and bolder and change the color to something like white like this image
Thank you, this is not what I am looking for. I am looking to place a more definitive banner over the text to highlight the text. But thank you
So that i can understand what you are looking for send me an example
Hi @Sharon-W,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.card-collection__title {
position: relative;
}
.card-collection__title:after {
content: '';
background: #0000003b;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
You can change the background as you like, it will display like this: