footer style #2 colours issues

Posted in: Newspaper
Post count: 22

Hello.

I can’t figure out where to change colours for the footer style #2.

In footer info, I would like to have the contact link in yellow and hover white.
Popular Posts and Category – titles in white and hover yellow.

For example chack page page https://www.dringrid.ca/membership/

Hello.

I can’t figure out where to change the colour of the titles and categories in footer style #2.
I would love to have the tiles in white and not grey.
For example please check: https://www.dringrid.ca/membership/

Thank you,
Ingrid

Post count: 35449

Hi,

Please try this custom css -> https://www.screencast.com/t/cKyaIiKFR7
.td-footer-wrapper .footer-email-wrap a:hover{
color: white;
}
.td-footer-wrapper .td-pb-span4 .td-pb-padding-side a, .td-footer-wrapper .td-pb-span4 .entry-title a {
color: white;
}
.td-footer-wrapper .td-pb-span4 .td-pb-padding-side a:hover, .td-footer-wrapper .td-pb-span4 .entry-title a:hover {
color: #e5ad25;
}

Set this code in Theme panel>Custom code>Custom css

Thank you!

Post count: 22

Thank you so much it worked but I have similar “colour” problems with sub-footer now.
For Footer Copyright text ##year## ##sitename## I need the white link and black hover for https://www.arbutusmc.com/ and yellow (#e5ad25) the link and white hover for https://www.dringrid.ca/.

Thank you,
Ingrid

Post count: 22

Correction – I am looking for ##sitelink## colours for links and hovers

Post count: 35449

Hi,

The code for hover site link for site https://www.dringrid.ca/
https://www.screencast.com/t/fCf1Hzr8e4
.td-sub-footer-copy a:hover {
color: white;
}

This code will work for this website too https://www.arbutusmc.com/ all you need to do is to change the color, and set a link on site name (example -> https://www.screencast.com/t/3En01UtF ).

Thank you!

Post count: 22

Hello.

Thank you. It works but I need to change the site link colour on https://www.arbutusmc.com/ as the system uses yellow (Theme accent colour) too. You can see copyright symbol with year white and when you hover you see site link in black but you don’t see site link in white.

Thank you,
Ingrid

Post count: 35449

Hi,

I think that you past the above custom css for both website without change the color for this website -> https://www.arbutusmc.com/
Please try this custom css
.td-sub-footer-copy a{
color: white;
}
.td-sub-footer-copy a:hover{
color: black;
}

Thank you for your understanding!

Post count: 22

It works perfectly!

Thank you,
Ingrid

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