Hi,
This is the default code in the theme, you can make adjustments to your own requirements:
button, input[type="button"], input[type="submit"] {
background-color: #058dd1;
border: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0.875rem;
font-weight: 600;
line-height: 1;
padding: 0.8125rem 1.5rem;
text-shadow: none;
transition: all 0.15s ease-in-out;
}
(@pascale3)
7 years, 4 months ago
Hi,
I would like to change the color of the call to action button in the comment section in the articles, and if possible I don’t want it to be so close to the dialog box.
Where can I change that?
The page I need help with: [log in to see the link]