Colour changing

Posted in: Newspaper
Post count: 10

Hello,

I would like to change the colour of one link in the website footer. Please see this link http://puretravelers.com. I would like to change the colour of email. As you can see it is not visible enough. I was trying it but it could be done only for the whole website. Thank you.

Post count: 1043

Use this CSS code in the custom css section of the theme panel
.footer-text-wrap .footer-email-wrap a {
color: #;
}

Replace the # with the name of the colour or colour code you want.

Post count: 10

Hi,

thanks for fast reply. I inserted this code to custom CSS settings. It hasn’t worked but after I deleted “a” before parenthesis in the code it changed the colour of “contact us”. I would like to change the colour of “info@puretravelers.com”.

You can see what changed on the website as it is already updated.

Post count: 20688

Hi,

That code will work, it just has to be a little stronger
https://www.screencast.com/t/QHtxrvGDE9
Try it like this

.td-footer-info .footer-text-wrap .footer-email-wrap a {
color: grey;
}

Thanks

Post count: 10

Thank you much. It works.

Post count: 1043

I also saw colour ‘green’ works well too for your footer background.

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