Can I add a background color to text links in Collage List Color Studio Theme?

I was wondering if I am able to add a background color to the text links only listed below: All Greeting Cards, Birthday + Congrats and Botanical

Hi @Aosttg

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset->component-slider.css paste the below code at the bottom of the file.

slider-component .card__content> .card__information > .card__heading{

background:blue !important

}

Hope my solution works perfectly for you!

Best Regards;

PageFly

This worked for the collection list instead of the collage section. Also am I able to change the text color to white instead of black? Thank you so much!

@aosttg yes, please share your store url so i will check and let you know

An Open Sketchbook (thetinygreenhouse.com)

you can try

slider-component .card__content>.card__information>.card__heading {
background: #E7C0CB !important;
color:white !important

}

thank you so much! would I be able to do the collage section as well? the photo is listed above.