I would like to change the ‘Read More’ Link at the bottom of each blog post on the main page, into a transparent round button, is this possible?
sean
I would like to change the ‘Read More’ Link at the bottom of each blog post on the main page, into a transparent round button, is this possible?
sean
Hey Sean,
Regretfully, there is no option to change the Read More link’s design. It can be styled easily with CSS though since it has a class of more-link. Here’s a sample CSS code you can add to Theme Options > CSS.
.more-link {
border: 2px solid;
border-radius: 100em;
padding: 0.5em 1em;
}

You can learn more CSS in sites like https://www.w3schools.com/
Hope that helps.
Thanks for your help,
i got it working.
Cheers
Sean
You’re always welcome Sean!
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.