Site logo

Archived topic

New Standard btn "design"

3 replies · Started by Eaydman on September 2, 2021

Viewing posts 1–4 of 4

Hi,
As standard when I add a button, its shown up as a blue button.

But my primary button hav the color green and has border-radius.
Is there a way to give the button the green color and border-radius as standard with a function/filter ?

Hi there,

you can set the Color of the default button in Customizer > Colors > Buttons.
To add a border radius you would add this CSS:

a.button {
   border-radius: 4px;
}

Ahh sorry i use the GenerateBlocks Buttons.

Is it not possible to change the default colors there ?

This archived topic is closed to new replies.