New Landing How can we help? Atelier Blog "Read More"-Button styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #290196
    freeheart
    Member
    Post count: 51

    Hi there,
    I couldn’t get the correct CSS classes for the Read More buttons in the blog. I would like all my buttons – even system generated ones – to have rounded borders. I found some classes and used the following CSS. Unfortunately I was not able to style the Read More buttons.

    border-radius:40px !important;
    -moz-border-radius:40px !important;
    -webkit-border-radius:40px !important;

    Thanks in advance for your support!

    Kind regards,
    Tom

    Attachments:
    You must be logged in to view attached files.
    #290201
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .standard-items .blog-item .read-more-button {
      border: 2px solid;
      box-shadow: none;
      border-radius: 40px;
    }

    – Kyle

    #290207
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .read-more-button {
        border-radius: 40px !important;
        border: 1px solid !important;
    }

    Thanks
    Mohammad

    #291869
    freeheart
    Member
    Post count: 51

    Thanks Kyle! That works great!

    #291870
    freeheart
    Member
    Post count: 51

    Mohammad, thank you very much!

    #291879
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.