• Resolved crackinwax

    (@crackinwax)


    Hi! I have recently installed this plugin and am having a great time testing it out. One thing that I have not been able to customize to match the rest of my website, however, is the Place Bid button. It seems the default button color is white and the text color is also white, making the button seem like a mistake. I have gone into every area of my Theme editor to try to change this, but nothing I have been able to find has worked.

    Is there a place within the plugin that I can edit to change either the button color or the button text color? If not, would you consider adding a button customizer to the plugin settings?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hi @crackinwax ,

    Glad to know that our plugin is helping you out. Please do take out time to review it.

    You can add below code inside style.css of your theme.

    
    .bid_button{    
            background-color: #FF0000 !important;
            color: #FFFF00 !important;
     }
    

    If you face any problem or want our assistance then feel free to write to nitesh[at]auctionplugin[dot]net.

    Regards,
    Nitesh

    Thread Starter crackinwax

    (@crackinwax)

    That worked! Thank you very much!

    Plugin Author Nitesh

    (@nitesh_singh)

    Hi @crackinwax ,

    Glad it worked. Please do take out time to post your review and let us know your feedback.

    Regards,
    Nitesh

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

The topic ‘“Place Bid” Button Colors’ is closed to new replies.