What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: CSS Code to change font color

How can I change the footer font color in my STUDIO theme using CSS?

MR2020
New Member
4 0 0

Hey there, I have theme STUDIO. I would like to change the font in color on my footer to white without changing all the font colors white everywhere. Any ideas on the code I need to do that? 

Replies 7 (7)

MR2020
New Member
4 0 0

I would actually like to change the font color on my footer and on my banner to white. 

PageFly-Richard
Shopify Partner
4808 1088 1758

Hi @MR2020 ,

 

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss->paste below code at the bottom of the file:

.footer-block__heading,
.list-menu__item--link,
.footer-block__details-content,
.footer__copyright {
    color: white !important
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

MR2020
New Member
4 0 0

Thank you so much, @PageFly-Richard. I will give this a try now! Grateful 🙂 

MR2020
New Member
4 0 0

Question... would this be the same copy for changing the text in the announcement bar across the top to white? 

PageFly-Richard
Shopify Partner
4808 1088 1758

Hi @MR2020 ,

 

Let’s try this solution:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.announcement-bar__link .announcement-bar__message {
    color: white !important;
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

GemPages
Shopify Partner
5625 1262 1254

Hello @MR2020 ,

 

It's the GemPages Support Team and we are glad to assist you today!

 

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

VinAssist
Visitor
1 0 0

Hi Guys!

I'm looking to change the color of text in the 'add to cart' button. I've changed the color of the button itself, but I haven't been able to find a code for the text within the box. 

 

Also, I have a sale for a few products. On the product page, the original price is not visible and I'm not exactly sure how that happened. Any ideas and solutions would be much appreciated.