[Resolved] Rounded edges and corners (beginner)

Home Forums Support [Resolved] Rounded edges and corners (beginner)

Home Forums Support Rounded edges and corners (beginner)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1146157
    Patrik

    Hi,
    I want to have rounded edges on my container and right menu.
    Also all the buttons.

    Is there a quickfix (CSS) or setting button for the theme?

    Example (dropboxlink)

    Many thanks,
    P

    #1146168
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know πŸ™‚

    #1146204
    Patrik

    Done πŸ™‚

    #1146285
    Leo
    Staff
    Customer Support

    Your site requires username and password to view.

    Any chance you can provide that or unlock it for now?

    Let me know πŸ™‚

    #1147540
    Patrik

    Hi,
    Sorry for that!
    Ill open the site for you πŸ™‚
    Try now

    #1147566
    Leo
    Staff
    Customer Support

    Try this CSS:

    .separate-containers .inside-article, .sidebar .widget {
        border-radius: 5px;
    }

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

    Let me know if this helps πŸ™‚

    #1147843
    Patrik

    It worked, many thanks!
    Do you know how i cant target all of the buttons also? πŸ™‚

    #1148016
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    a.button, a.btn {
        border-radius: 5px !important;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.