Site logo

Archived topic

Button colors

17 replies · Started by Fabrizio on August 25, 2021

Viewing posts 1–15 of 18

I have set my colors and everything was fine, but lately I got this issue with button colors.
I include some screenshots.
The colors are set in the customizer.
Any suggestion? Last weeke it was everything fine. Can it be possible that I got problems with Wordpress 5.8?
I still run php 7.3, because I had some problems with 7.4, but until last week these buttons were ok also running on 7.3
Cache deleted.

How it should be and how I see it on my internal "Elements" interface
https://imgur.com/OirFfy8

How I see it online
https://imgur.com/mjrGTMP

The Button colors are correctly set
https://imgur.com/8Byj8Ei

Hi there,

I've tried checking the page associated with your account but it seems to be in maintenance mode.

Can you let us view the page in question? So we can inspect why the button is displaying this way.

For sure, thanks for your kind reply. I let you get in, below you see the data for checking out.
I already created an account, just in case of need.

The usual login link /wp-admin/ takes me to a 404 page.

Can you please provide the login link along with the credentials?

Thanks!

You're right, Excuse me.
I provide below the login link

I'm seeing something completely different as shown here - https://share.getcloudapp.com/nOuvlbZg

Which seems to be coming from a plugin that lets your WordPress toggle dark/light mode. (But I can't be sure)

That said, can you try disabling ALL plugins except GP Premium and Generateblocks and see if it still occurs?

Yes, I have a dark mode toggle plugin, after disabling it I see the background of the image now white, but still the buttons are wrong colors.

I fear that Wordpress 5.8 is guilty. Let me know if I should revert. Anyway you already have the data to get in, only I changed the login to the common /wp-login/

Hi there,

you have this CSS in your Customizer > Additional CSS:

strong {
    color: #060606;
}

which is being applied to your buttons label as those have been set to Bold which inserts the strong tag.

Change that CSS to:

p strong {
    color: #060606;
}

Then it will only apply to text within a paragraph.

It worked fine. :)
It's great to have you as precious help!!!
I got crazy the last two days!!!

We can close the case!!!
Thanks again!!!

:)

Glad to be of help

This archived topic is closed to new replies.