I would like to change the Title color of my collection list to color: #B34826. How do I do this. I have already added some custom CSS and it did not work. Any help?
Topic summary
A user seeks to change their collection list title color to #B34826. Initial CSS attempts failed.
Resolution:
Another user provided working CSS code:
.collection-item-title a {
color: #b34826 !important;
}
Additional Questions:
- Successfully changed footer background to burnt orange but needs help making footer text white
- Footer alignment issue: appears right-aligned in website preview but centered in customization view
The original poster confirmed the collection title color solution worked. The footer-related questions appear to remain open for further assistance.
Hey Amyeas7,
I hope you are well and safe!!
Can you share the website link?
Thanks
Pooja
Password: hello
Please try this code;
.collection-item-title a {
color: #b34826 !important;
}
Thanks
Yay that worked! Thank you!
I also was going to change the footer background color to the burnt orange and I figured out how to do that but I couldn’t figure out how to make the footer font white
and last question, why does my footer sit on the right side in the website preview but on customize it sits in the middle? I would like it to be in the middle
My footer text**
Thank you!!

