Hi,
I’ve set my blog grid on the frontpage of my page to show title, excerpt and read more. But i’d like the READ MORE to be a button, instead of a textlink, How do I do that?
Best
M.
Hey Malene,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top a.more-link {
margin: 10px 0 0;
padding: 8px 10px;
border-radius: 2px;
border: 2px solid red;
font-weight: normal;
font-size: 1em;
outline: none;
text-decoration: none !important;
color: red;
}
just change the border color and the color attribute. Hope this helps :)
Best regards,
Nikko
Hi M,
Try adding this css code:
#top .read-more-link {
text-align: center;
}
Let us know if you need further assistance :)
Best regards,
Nikko