Solved

How to change the text color of singolar section of the footer.

brickculture
Excursionist
18 2 1

Hello guys, I am unfortunately stuck at a blind spot. I’m trying to change the color of these highlighted words as seen in the image. I’d like to change the color of the writing from black to something brighter. Can you help me? 

Progetto senza titolo.png

 

Brick's Culture
Accepted Solution (1)
LamQSolutions
Shopify Partner
131 30 44

This is an accepted solution.

Hi,

To change the color, you can install my free app Custom CSS and add the following code

If you don't want to install the app, you can add the following at the bottom of your assets/theme.css file

 

.site-footer__item .h4 {
  color: #333232 !important;
}

 

 

Found my answer helpful? Please LIKE or Accept Solutions.
You may be interested in our apps
Scrolly Telling - Create scroll-based animations visually.
Ultimate Sections - Slideshow, Gallery, Collection, FAQs, Brand, Info box, Testimonial and more

View solution in original post

Replies 4 (4)

LamQSolutions
Shopify Partner
131 30 44

Hi,

Could you share your store URL so we can take a look at these texts closer?

Found my answer helpful? Please LIKE or Accept Solutions.
You may be interested in our apps
Scrolly Telling - Create scroll-based animations visually.
Ultimate Sections - Slideshow, Gallery, Collection, FAQs, Brand, Info box, Testimonial and more
brickculture
Excursionist
18 2 1

Thank you so much for answering me right away. Sure ! Here’s the link: https://bricksculture.com/

Brick's Culture
LamQSolutions
Shopify Partner
131 30 44

This is an accepted solution.

Hi,

To change the color, you can install my free app Custom CSS and add the following code

If you don't want to install the app, you can add the following at the bottom of your assets/theme.css file

 

.site-footer__item .h4 {
  color: #333232 !important;
}

 

 

Found my answer helpful? Please LIKE or Accept Solutions.
You may be interested in our apps
Scrolly Telling - Create scroll-based animations visually.
Ultimate Sections - Slideshow, Gallery, Collection, FAQs, Brand, Info box, Testimonial and more
brickculture
Excursionist
18 2 1

Thank you so much it works ! Sure i will download your app.

Brick's Culture