Links in blue on social media logos

Posted in: Newspaper
Post count: 494

Hi,

The links on my social media logos are in blue. How can I make them white again?
https://ibb.co/niDT97

Thanks

Post count: 22421

Hello,
I see you already changed the social icons style so the blue color is no longer visible.
Thanks.

Post count: 494

Hi,
I haven’t changed anything and it’s still blue on my mobile.
Can you kindly help?
Thanks

Post count: 494

Hi again,

Maybe is it because I have this code in my Mobile custom code?
(I need it for the links colour)

.td-post-content a {
color: #4db2ec;
}

.td-page-content a {
color: #4db2ec;
}

.td-ps-bg .td-social-mail .td-social-but-icon{
background-color: grey!important;
}

Post count: 23312

Hello meri,

I have inspected you source page and I saw that you have changed all the post content link with blue and that’s why the social media link is blue, sorry! Please check here -> https://www.screencast.com/t/EVWeGzZDtu

.td-post-sharing-visible a{
color:white;
}

Thanks for your understanding!

Post count: 494

Works perfectly now with your code. Thanks Catalin!

Post count: 494

Dear Catalin,

There is the same problem on “next” and “previous” buttons, the text is in blue.
https://ibb.co/fXDx8c
Is there a CSS code I could use to have it normal again?

Thanks for your help

Post count: 20688

Hi,

The code you use will affect multiple elements in the post content, meaning all the links in the post content including socials and I believe that is a smart list. Complete the code provided by Catalin like this

.td-post-sharing-visible a,
.td-smart-list-pagination .td-smart-list-button {
color:white;
}

Thanks

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