Home Forums WoodMart support forum I can't change button color and text color.

I can't change button color and text color.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #167829

    nakronping
    Participant

    I can’t change button color and text color.

    #167899

    Hello,

    To change the button and text color on the shop page. Go to >> Dashboard >> Theme Settings >> Styles and Colors >> Buttons.

    For Clarification see screenshot: https://www.screencast.com/t/yrpVxcCisRs2

    In case after doing this if the button color and text color still not change then share the screenshot by pointing out that specific button so we can guide you accordingly.

    Best Regards.

    #167984

    nakronping
    Participant

    I did as you suggested.

    I can’t change button color and text color.

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

    Hello,

    I have seen your screenshot and also visit your site. You are pointing to the custom button which you added with wp-bakery builder to display a popup. So you need to edit the popup element where you used and change its color directly.

    Screenshot for clarification : https://jmp.sh/zyQz5sm

    Best Regards.

    #168015

    nakronping
    Participant

    I have tried it.

    It doesn’t work.

    I can’t change button color and text color.

    #168068

    Hello,

    Kindly provide your admin login credentials so I can check and help you to change the button color and text color.

    Best Regards.

    #168224

    nakronping
    Participant

    OK

    #168256

    Hello,

    Your provided login details are incorrect. Kindly provide the correct information so I can check and help you out.

    Best Regards.

    #168265

    nakronping
    Participant

    I’m sorry.

    #168347

    Hello,

    I visited your site, as you are using Wp-Bakery code inside that product short description area to display the popup button. And Wp-bakery is not accessible in short description area. So we first have to copy that code to some other dummy page and edit it with Wp-Bakery editor and then define a custom CSS class in column and then put back to short description area.

    Then I add custom CSS code according to that class in global custom CSS area under theme settings >> Custom CSS, to get the result in that product page:

    .bColor .woodmart-button-wrapper .btn{
       background: red;
        color: blue;
    }

    I used the red background and blue text color just to set an example for you you can edit this code and change the colors.

    Result: https://jmp.sh/4Yg9x0g

    Best Regards.

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