• Resolved pkovalcik

    (@pkovalcik)


    Hello,

    I’m kinda new to wordpress and even newer to woocommerce and I cannot find a way to change color of the title fields in woocommerce checkout. I mean the titles that minimaze after customer fills in the information. I was trying some CSS and was even looking in to the templates, but i cannot figure out how to set the color from white to blck/dark gray so that they would be visible all the time.

    Also if anyone knew how to align the shipping options so that the logo would be at the same point for all of them, it would be great.

    Thanks to anyone who could help.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pkovalcik

    (@pkovalcik)

    Adding some images, I circled the parts I need help with. And again thanks to anyone that will help.

    wizy80

    (@wizy80)

    @pkovalcik

    I really don’t think your question should be asked of the woocommerce plugin. As in Woocommerce there is no title setting. It’s definitely something that depends on the template you use. So you need to contact whoever created your template and ask them.

    Afzal (woo-hc)

    (@afzalpansuvi)

    Hi @pkovalcik,

    I understand you are looking to change the label color and align the shipping methods. This can be done by adding custom CSS code to your site. Please use the following CSS code:

    /*To Change the label color*/
    label:not(h3 > *) {
    color: black !important;
    }

    /*To Align the shipping methods*/
    .woocommerce-js ul#shipping_method li input {
    display: list-item;
    }

    To apply this code to your website, you follow the detailed guide here. Here’s what the result will look like:?

    You should see the changes reflected on your website immediately.

    Let us know if there’s anything else we can help you with.

    Thread Starter pkovalcik

    (@pkovalcik)

    Thank you so much, its all working okay now, I tried to dig a bit deeper and got the css to only change the color of labels and nothing else.

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @pkovalcik,

    That’s great to hear! Thanks for letting us know.

    Should you have further inquiries, kindly create a new topic here.

    Meanwhile, if it isn’t too much to ask for – would you mind leaving us a review here?

    It only takes a couple of minutes but helps us tremendously. It would mean so much to us and would go a really long way.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Checkout field titles text color’ is closed to new replies.