Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1350331

    Please look at https:// http://www.summercycling.uk in the latest news section I am using the blog post content element with the grid layout set to Title, Excerpt and Read More link . This shows the read more as “Read More>” is there a way to make this a blue button so that it is more consistent with the homepage please.

    #1350413

    Hey condonpb,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the read more link.

    .read-more-link a {
        background: aliceblue;
        padding: 10px 13px;
        border-radius: 2px;
    }
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.