In Publication PRO, Buttons text color in Single Post Share doesn't work

Posted in: Newspaper
Post count: 24

Hello.

I use a prebuilt site, Publication PRO. In Publication PRO, in Single Template, there is a Share button called Single Post Share.
I have set the Buttons text color in TagDiv Composer, but it seems that something is overriding the value.

For example, let’s look at the Twitter Share button: in TagDiv Composer, the Buttons text color is set to #000000, but when I open the actual page and check it from the developer tools, the cyan style is overriding it, as shown below.

.td-ps-text-color .td-social-twitter .td-social-but-text {
color: #29c5f6;
}

Checking the Publication PRO demo site from the developer tools, the same thing seems to be happening.

I gave up on setting it from TagDiv Composer and tried applying #000000 to the same class name as above using Live CSS, but it was still overwritten by cyan.

Is there any way to fix this?

Thank you in advance.

Post count: 21065

Hello @yy!

Please write the CSS with !important, for example:
color: black!important;

Let me know the results!

Thank you!

Post count: 24

It worked well with what you mentioned. Thanks for the quick answer, I love Newspaper!

Post count: 21065

Hello @yy!

I’m glad that I could help you!
Let me know if you need further assistance.

Thank you for your feedback!

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