Title: Auction Items Buttons
Last modified: August 24, 2016

---

# Auction Items Buttons

 *  Resolved [ryanllogan](https://wordpress.org/support/users/ryanllogan/)
 * (@ryanllogan)
 * [11 years ago](https://wordpress.org/support/topic/auction-items-buttons/)
 * 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/](https://wordpress.org/plugins/ultimate-auction/)

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

 *  Thread Starter [ryanllogan](https://wordpress.org/support/users/ryanllogan/)
 * (@ryanllogan)
 * [11 years ago](https://wordpress.org/support/topic/auction-items-buttons/#post-6137878)
 * Disregard my request. I just directly edited your CSS. Great plugin overall. 
   I would consider removing all !important entries from your CSS.
 * Thanks!
 *  [booke022](https://wordpress.org/support/users/booke022/)
 * (@booke022)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/auction-items-buttons/#post-6138044)
 * 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
 *  [WisdmLabs](https://wordpress.org/support/users/wisdmlabs/)
 * (@wisdmlabs)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/auction-items-buttons/#post-6138045)
 * 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.

 * ![](https://ps.w.org/ultimate-auction/assets/icon-128x128.png?rev=1494738)
 * [Ultimate Wordpress Auction Plugin](https://wordpress.org/plugins/ultimate-auction/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-auction/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-auction/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-auction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-auction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-auction/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [WisdmLabs](https://wordpress.org/support/users/wisdmlabs/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/auction-items-buttons/#post-6138045)
 * Status: resolved