Archived topic
Avery theme button colors
5 replies · Started by Petri on March 21, 2021
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.
Hi there,
at this time - no the Customizer colors are only apply to Theme Buttons.
If you use the GenerateBlocks > Buttons block you can set the styles for your buttons in the block settings:
https://docs.generateblocks.com/article/buttons-overview/
If you have GB Pro you can save a Global Style for your Buttons:
https://docs.generateblocks.com/article/global-styles/
We will be adding Global colors across the theme and GB in a future update.
OK, thank you David
You're welcome