• Resolved majito

    (@majito)


    hi,

    i want to change the block colors for the forms in sign up, log in. etc

    it show in white, and my site background is white too so the box for the info where we add them,, isn’t showing to people.. they have to press everywhere to find it.

    how i change them?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hi @majito ,

    Thanks for reaching out!

    I understand that you would like to make color changes to your sites signup and login forms, is that correct?

    Please could you share a screenshot of the areas you would like to make these changes to.

    Snipboard.io?can be used for easily sharing screenshots – please follow the instructions on that page, then paste the URL in your reply.

    Additionally, please share a link to the page in question so that we can take a closer look.

    Cheers!

    Thread Starter majito

    (@majito)

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hi @majito ,

    Thanks for sharing the above.

    You can try adding the following CSS to Appearance → Customize → Additional CSS:

    .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea {
    	background-colour: red;
    }

    You can change the color from “red” to your desired color.

    Should this not produce the end results you are looking to achieve, please let us know. We’ll be happy to take a closer look ??

    Cheers!

    Thread Starter majito

    (@majito)

    hi,

    i tried it but it doesn’t change anything, actually it’s still on css you can check to see if there is a problem with it

    Thanks

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hi @majito ,

    Can you see if the below CSS works for you:

    .form-row input,.form-row textarea,.form-row select {
        background-color: blue !important
    }

    This is how it appears on my end when applying the above CSS:

    If this still does not work as expected on your end, it’s possible that there may be other CSS added to your site, or otherwise the current theme you are using, which is overriding these changes.

    If this is not being caused by other CSS added to your site, I’d suggest reaching out to the theme developers to see if they can help. ??

    Cheers!

    Thread Starter majito

    (@majito)

    it worked

    thank you

    Hi @majito

    Glad to know it’s working fine now, if you have any new question, please create a new ticket.

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘changing block colors for the forms in sign upm log in. etc’ is closed to new replies.