Home Forums WoodMart support forum Change Button Color

Change Button Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #696850

    htashrif52
    Participant

    Hello, I am using the “Get a Quote Button for WooCommerce” plugin for the single product page inquiry form, but on that page, the button is showing plain white. I tried all the settings from the plugin, but the button colour did not change. Can you please tell me how I change that button to the theme button colour?
    Please check reference image

    Attachments:
    You must be logged in to view attached files.
    #696945

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the page URL of your site so I can check and give you custom CSS code?

    Best Regards,

    #697001

    htashrif52
    Participant
    #697068

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS. Change the color as per your requirements.

    .wpb-get-a-quote-button-btn {
        background-color: #1abc9c !important;
        color: #fff !important;
        border: 0 !important;
    }
    .wpb-get-a-quote-button-btn:hover {
        background-color: #109177 !important; /* adjust hover color */
    }

    Best Regards,

    #697245

    htashrif52
    Participant

    thanks

    #697255

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change Button Color’ is closed to new replies.