Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #203294

    Hello,

    can I place a colored button instead of “read more” text and link?
    Thank you, regards!

    #203370

    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

    #204018

    Hi Yigit,
    I was trying to add a single read more button on the blog post, like that.
    Is possibile?

    Regards

    http://www.thomasgraziani.it/Button_enfold.jpg

    #204075

    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

    #204111

    Solved.
    Thank you so much to all the forum’s crew and many New Year’s greetings from Italy!

    #204112

    Glad we could help. Let us know if you have any other questions or issues.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Replace "read more" with a button’ is closed to new replies.