Hello,
I use child theme and integrity stack on my web.
It seems every time I add a new button it comes with default customizations, it’s white, with rounded borders and with box shadow. When I insert a Classic Button then it appears with the customizations I chose in Theme Options -> Button and those applied in style.css for child theme.
How can this be synchronized so that when I choose a button (not classic) I directly get the inherited styling from somewhere? or do I have to use preset for every single button I add?
I would like the new buttons behave like in style.css without having to create Presets, is it possible?
This is the code for the button in style.css
.x-btn, .button, [type=“submit”] {
text-shadow: none !important;
border-style: solid;
border-width: 3px;
}
Thank you
Gabriela