Custom Color in Footer

Posted in: Newspaper
Post count: 1

Hey, I recently purchased this theme, and I want to change the color of the email in the footer, but it looks like it’s connected to the theme accent color.

I tried to add additional CSS code but it’s not working.

Can someone let me know how to change the color of that email, without changing the Theme accent color?

here’s the link that I want to change the color in

tech88.com

I want to change the color of “connect@tech88.com” in the footer to “#4db2ec”

Thanks in Advance.

Post count: 35449

Hi,

For this please use this custom css
.td-footer-wrap .footer-email-wrap a{
color: #4db2ec;
}

set it in newspaper>theme panel>custom code>custom css

Hope this will help you!
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.