[Resolved] Read more box border

Home Forums Support [Resolved] Read more box border

Home Forums Support Read more box border

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

    Hi Team,

    Is there any way to set a border to the Read more button? if so, can it be rounded and colored?

    #1096463
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .read-more-container a.read-more.button {
        border: 1px solid #000;
        border-radius: 5px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1096476
    Aref

    Perfect, worked. How can I add a customized color to the border?

    #1096478
    Leo
    Staff
    Customer Support

    Change the #000 part of the code above to whatever color you want.

    #1096483
    Aref

    Awesome, thank you.

    #1096485
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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