Hello!
Please I need help on how to either increase or change “read more” link to button. Making it more visible is just what I am asking for…
My site is www.bravartech.com
Thank you for the help.
Regards.
Hello!
Please I need help on how to either increase or change “read more” link to button. Making it more visible is just what I am asking for…
My site is www.bravartech.com
Thank you for the help.
Regards.
Hi there,
Thanks for reaching out.
In reference to your question here, please try out the following CSS code under the Appearance>Customize>Additional CSS section:
.service-entry a {
font-size: 24px !important;
}
I hope this helps.
Best Regards,
Support.
Thank you for the response.
it’s works for me perfectly.
How about the button issue, how do I go about it please?
Thanks again.
God bless…
Can I also Change ‘Read More’ color to #040fe2.
Thanks again
hi there
use this css for read more button
.service-entry a {
color: #040fe2;
}