How to override css?

This topic contains 2 replies, has 2 voices, and was last updated by  leonardo crespo 5 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #3414

    leonardo crespo
    Expired Member
    Post count: 7

    trying to override

    .uwp_page .uwp-account-form input[type=”submit”] to change button color.

    I put a new css for this but it gets overridden by the plugin’s default.

    #3420

    Alex Rollin
    Moderator
    Post count: 27815

    Have you tried:

    
    
    
    .uwp_page .uwp-account-form input[type=”submit”] {
    color: white !important;
    }
    
    #3426

    leonardo crespo
    Expired Member
    Post count: 7

    Thank you

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket