There is a button how can i make this black or any color ?

This topic has 2 replies, 2 voices, and was last updated 23 hours, 3 minutes ago ago by Alex Carter

  • Avatar: Nirmalya
    Nirmalya
    Participant
    March 22, 2025 at 13:15

    there is a button how can i make this black or any color ?

    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Alex Carter
    Alex Carter
    Support staff
    March 22, 2025 at 14:57

    Hello,

    Thank you for reaching out to us.

    The current result you are seeing is due to the global settings you have configured using the Elementor plugin https://prnt.sc/z0DMbwJwQSxT

    If you do not wish to modify these global settings, you may use custom CSS code as an alternative:

    .single-product .woocommerce-Reviews input#submit {
        background-color:#333333;
    }
    .single-product .woocommerce-Reviews input#submit:hover {
        background-color:#c09578;
    }

    Should you need any further assistance, please feel free to reach out.

    Best regards,
    8Theme Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.