New Landing How can we help? Atelier Post comment button styling

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

    Hello,

    I managed to restyle almost all buttons as I wanted rounded corners. But there is the “Post Comment” button I couldn’t address so far. I’m using this so far:

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

    I would need the CSS selector for the “Post Comment” button.

    Thanks for your help.

    Cheers, Tom

    #317334
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one:

    #respond .form-submit input[type=submit] {
        border-radius: 40px !important;
        -moz-border-radius: 40px !important;
        -webkit-border-radius: 40px !important;
        box-shadow: none;
        border: 2px solid !important;
    }

    -Rui

    #317349
    freeheart
    Member
    Post count: 51

    It works. Very happy! Thanks!

    #317424
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.

    -Rui

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

You must be logged in to reply to this topic.