We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

When I add the mailto: link in my footer my Email gets unreadable

Solved

When I add the mailto: link in my footer my Email gets unreadable

sahar5
Excursionist
27 0 4

Hello,

 

I want to add a link to my support mailadress, but when I add it, people can't read it anymore because my footer is black and the link is blue. Is there anyway to fix this?

 

see the picture below

Bildschirmfoto 2024-03-03 um 17.08.19.png

 

URL: www.sahar-fashion.com

Accepted Solution (1)

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

.footer-block__details-content a {
    color: #fff;
    text-decoration: none;
}
.footer-block__details-content a:hover {
    color: #fff;
    text-decoration: underline;
}
- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

View solution in original post

Reply 1 (1)

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

.footer-block__details-content a {
    color: #fff;
    text-decoration: none;
}
.footer-block__details-content a:hover {
    color: #fff;
    text-decoration: underline;
}
- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.