New Landing How can we help? Themeforest Theme Support Neighborhood Button style on different pages

Viewing 5 posts - 16 through 20 (of 20 total)
  • #262107
    David Martin – Support
    Moderator
    Post count: 20834

    I see, in that case please use this:

    .track_order p.form-row input[type="submit"] {
            -webkit-border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        border-radius: 0px!important;
    }
    .track_order p.form-row input[type="submit"]:hover {
            -webkit-border-radius: 10px!important;
        -moz-border-radius: 10px!important;
        border-radius: 10px!important;
    }

    Thanks.

    #263396
    guentherportfolio
    Member
    Post count: 266

    Thank you David. It is not exactly what I was looking for, but it is close enough to let it like it is. Thanks for your help.

    #263697
    David Martin – Support
    Moderator
    Post count: 20834

    Ok, let us know how else we can assist should you wish.

    Thanks.

    #264165
    guentherportfolio
    Member
    Post count: 266

    At the moment it is really close to my preferred look. If it is possible, it shouldn’t change the color to orange. The overall problem is at the moment, that inside the theme are different buttons looks. Some buttons like the submit button on a contact form or the action button on a pricing table is orange with the nice hover effect. Other buttons are black instead. It seems that some buttons do accept the changes we made and some others were not overwritten. It is hard to explain for me ๐Ÿ™‚ I guess we shall let it be like it is now. It looks ok ๐Ÿ™‚ Thank you for your help.

    Best
    Martin

    #264167
    David Martin – Support
    Moderator
    Post count: 20834

    Ok, no problem.

    Thanks.

Viewing 5 posts - 16 through 20 (of 20 total)

You must be logged in to reply to this topic.