How do I change the “reply” in comments and “read more” links to buttons that look same as in rest of the website?
Hey cvan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.more-link, .comment-reply-link {
padding: 10px !important;
font-size: 13px;
min-width: 80px;
background-color: #2c2c2c;
border-color: #000;
color: #fff;
}
Please change the background color and border color to the colors that match your website.
I hope that helps!
Sarah
Are there filters through which I can render them as buttons?
Hi,
We can show you how to do it via css. Presenting it as a button native would require a developer to modify your source files. Also keep in mind most buttons on any site is just styled via css like Sarah presented above as the actual”button” tag is recommended for forms only.
Best regards,
Jordan Shannon
Thanks, I am fine with the answer.
Hi!
Happy we can help.
Please feel free to let us know if there is anything else we can do for you.
Thank you very much
Cheers!
Basilis