Portifolio SHARE THIS Text color

Hey guys,

Here is the link to my site https://candyronnie.com/gone2soon

This page is set up as portfolio - if you click in each individual post I have activated the social sharing - but I can’t get the text SHARE THIS to change color.

Same goes for the post on my blog. We can’t read share this. check here

Can you please guide me how?

Hi there,

Please try this code:

.x-entry-share p {
    color: #fff;
}

Hope this helps.

1 Like

YES! Thank you!

You’re welcome!

1 Like

Hi,

I’m trying to change the colors for each network, this way:

.x-entry-share a .x-icon-facebook-square {
color: #0e5cf7;}

.x-entry-share a:hover.x-icon-facebook-square {
color: #fff;}

But hover not working, any advice?

Thanks.

Hi there,

Please provide the link to your site so that we can check.

Thank you.

Hi,

The link is: http://centrolumen.com/biblioteca/

Thanks,

Hi again,

Thank you for sharing the details, You can make use of this code for hovering effect:

.x-entry-share .x-share:hover {
    background-color: transparent !important;
}

.x-entry-share .x-share:hover .x-icon-facebook-square {
    color: #2eb9e4;
}

.x-entry-share .x-share:hover .x-icon-twitter-square {
    color: #1e89ab;
}
.x-entry-share .x-share:hover .x-icon-pinterest-square {
    color: #bd2626;
}

Please change your site credentials as well because the secure note will be visible to the topic owner as well, always make sure to start a new thread if you need to share the credentials. I’ve removed your secure note from this thread.

Thanks!

Excellent, thank you very much!

1 Like

You’re most welcome.