Hi,
The links on my social media logos are in blue. How can I make them white again?
https://ibb.co/niDT97
Thanks
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;
}
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!
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
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