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

Re: Footer Text Too Dark in Flow Theme

Solved

How to lighten the footer text in Flow theme?

pjk3635
Tourist
13 0 2

Hey everyone,

Under the Support and Chronicles headings, the text seems to be too dark or under some darken code. I'd like the colour to be the same orange as all the other text in the screenshot. 

 

Here is the preview: https://t4rey0ff3e2vi2r1-12859847.shopifypreview.com

 

Screen Shot 2022-04-11 at 12.28.34 PM.png

 

How do I change this? Thanks

Accepted Solution (1)

AvadaCommerce
Shopify Partner
3879 839 991

This is an accepted solution.

Hi @pjk3635 ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.min.css->paste below code at the bottom of the file:

.footer-article, .footer-article a, .footer-content a {
    color: #ff4500 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned

View solution in original post

Replies 2 (2)

AvadaCommerce
Shopify Partner
3879 839 991

This is an accepted solution.

Hi @pjk3635 ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.min.css->paste below code at the bottom of the file:

.footer-article, .footer-article a, .footer-content a {
    color: #ff4500 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned
pjk3635
Tourist
13 0 2

amazing that worked thank you!