The blog submit button is too large for our liking. How do I resize so it’s smaller?
For example, see the bottom of this page: https://rmcgp.com/2018/08/safe-harbor-deadline/
Thank you!
The blog submit button is too large for our liking. How do I resize so it’s smaller?
For example, see the bottom of this page: https://rmcgp.com/2018/08/safe-harbor-deadline/
Thank you!
Hi there,
Please update this code:
.single-post input#entry-comment-submit {
background-color: #324161 !important;
color: #fff;
}
to
.single-post input#entry-comment-submit {
background-color: #324161 !important;
color: #fff;
font-size: 12px !important;
}
Here are some reference links related to the suggestions above:
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.