Hello,
can I place a colored button instead of “read more” text and link?
Thank you, regards!
Hi tomgraziani!
“Read more” button on masonry elements is a fullwidth button and you can change its color and background color by adding following code to Quick CSS in Enfold theme options under Styling tab
.main_color .av-masonry-pagination {
background-color: red;
color: blue;
}
.main_color .av-masonry-pagination:hover {
background-color: orange;
color: purple; }
Cheers!
Yigit
Hi Yigit,
I was trying to add a single read more button on the blog post, like that.
Is possibile?
Regards
Hi!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .more-link {
background: #c3512f;
border-radius: 2px;
padding: 7px 25px;
color: #fff;
}
Best regards,
Devin
Solved.
Thank you so much to all the forum’s crew and many New Year’s greetings from Italy!
Glad we could help. Let us know if you have any other questions or issues.