• Resolved ryanllogan

    (@ryanllogan)


    Hello. I’ve been able to manipulate all of the CSS I wanted to, except the following. The plugin’s CSS appears to be blocking my custom CSS because of the !important declaration.

    -Auction Item > ‘Place Bid’ button (Blue)
    -Auction Item > ‘Buy it now for’ button (Green)

    I want to turn these buttons to a color that matches the rest of my styling.

    Thank you,
    Ryan

    https://wordpress.org/plugins/ultimate-auction/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ryanllogan

    (@ryanllogan)

    Disregard my request. I just directly edited your CSS. Great plugin overall. I would consider removing all !important entries from your CSS.

    Thanks!

    Hello

    I am trying to change the following font and color
    Product title
    Ending in: 5 days 23 hours 41 minutes 1 second

    Reserve price has not been met by any bid.

    Sorry, you can not bid on your own item.
    I have altered the file au-font-end.css but nothing in the front end changed
    can you please help
    Thanks

    BTW: great plugin

    Hi booke022,

    You can edit ua-front-end.css by searching the below classes and changing color respectively as below:

    For product title
    .wdm-single-auction-title {color:}

    Ending in:

    .wdm-auction-ending-time {color:}
    .wdm-single-auction-ending{color:}

    Reserve price has not been met by any bid.

    .wdm-single-auction-ending{color:}

    Sorry, you can not bid on your own item.
    .wdmua-loggedin-error {color:}

    If you edit the ua-front-end.css with above changes and still the changes are not reflected then you can mark property as important
    Ex: .wdm-single-auction-title {color: red !important;}

    Cheers!!

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

The topic ‘Auction Items Buttons’ is closed to new replies.