feature collection ( White text i want black how can i do that )
Hello @Alokkd152
Its Artzen Technologies! We will be happy to help you today.
Add a simple css to change the color of the featured collection. The CSS is:-
.product-recommendations{
color: black!important;
}
This will change the text color of the featured collection to black.
And even if the problem occurs then feel free to contact us.
If solution helped then mark it as accepted.
Let me know if need further assistance
Regards,
Artzen Technologies
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
If solution helped then please mark it as accepted
no it’s not working sir please check i want my feature section text be black
Please apply these three css in you base.css or css file. It will definitely help.
Online Store ->Theme ->Edit code
Assets ->Base.css
.card__heading{
color: black;
}
h2{
color: black;
}
.card__heading a{
color: black
}
Hi @Alokkd152
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.card__heading{
color: black !important;
}
h2{
color: black !important;
}
.card__heading a{
color: black !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hi @Alokkd152
1: go to the online store
2: Theme → base.css
3: paste the code :
h3#title-template–18455038034217__featured-collection-6644836565186 {
color: #000;
}
p.rating-count.caption {
color: #000;
}
Hi @Alokkd152
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.collection-hero__title {color: #fff !important;}Regards,
San