Site logo

Archived topic

Avery theme button colors

5 replies · Started by Petri on March 21, 2021

Viewing posts 1–6 of 6

Hi,

I'm using GP Pro with the Avery theme (content imported) and want to change the colors of the buttons.
When I do this in Customize -> Colors -> Buttons the new colors don't show up when I add new buttons in the Editor (the GP buttons), they are Cobalt Blue (and black on hover) and stay this way in the Preview (also with the cache cleared).

Can you tell me what to do?

Thanks.

Hi there,

Are you referring to the Subscribe button?

If so modify this CSS in Additional CSS field in the customizer:

.mc4wp-form input[type=submit] {
    line-height: 30px;
    border: 1px solid #ccabc1;
    border-radius: 0px;
    margin: 2px;
    transition: all 0.5s ease 0s;
}

Let me know if this helps :)

Hi Leo,

Thanks, but no, I'm referring to the buttons in general (color rose) in Avery, e.g. the "Contact Me" button on the Home page below "About Me".

In the Customizer I changed this color, but when I then add a new button in the Editor the color becomes Cobalt Blue and Black on hover.
These colors seem to be the ones of the GP free theme.

I know how to style the CSS to overrule this but I'm expecting that the button color in the Customizer will be the default one for new buttons or am I wrong?
Thanks.

OK, thank you David

You're welcome

This archived topic is closed to new replies.