• Resolved loganzendesign

    (@loganzendesign)


    When you view the checkout page, because I have styled my text as an ivory white nothing can be read on the credit card info side. I want the background to be grey i have tried a few different selectors but only managed to get a few parts the grey.

    what CSS do I need to use. Also the billing details form fields are dark grey until you click on them. I want them #fffff0 all the time

    Thanks in advance for any replies

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    Here’s a bit of CSS that should help you get started, it will help make the text more readable on the checkout. It’s quite a mess right now, this should at least make it so your customers can read the text there.

    
    
    #order_review, #stripe-payment-data > p:nth-child(1), .woocommerce-terms-and-conditions-checkbox-text { color: gray; }
    
    .form-row input, .form-row select, .form-row textarea { bacgrkound-color: #fffff0; }
    
    • This reply was modified 5 years, 7 months ago by AW a11n.
    Thread Starter loganzendesign

    (@loganzendesign)

    HI there

    Thanks for your help,

    if you look again what I really wanted was the text to be #fffff0 like the rest of the website and the background grey. I have managed to do it if you click the paypal check box the drop down is grey with ivory text.

    If there is a way to just make the white box background grey and keep text ivory that would be great.

    I’ve messed about but can’t get the right selector still

    Regards and thanks for your time

    Andy

    Thread Starter loganzendesign

    (@loganzendesign)

    JUst to follow up, I opted to have the checkout white with grey text, managed to get it looking very readable thanks.

    Also changed the button at the bottom as well.

    On follow up I need the basket screen to look the same but I can’t find the right selector to get the text the grey colour.

    Thanks

    dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hey @loganzendesign

    On follow up I need the basket screen to look the same but I can’t find the right selector to get the text the grey colour.

    shop_table shop_table_responsive is inheriting that #fffff0 color from .entry-content

    Here is a screenshot showing how I found this in Chrome Dev Tools – https://cld.wthms.co/m013Ju

    What I’d recommend would be either creating a Child Theme – https://docs.woocommerce.com/document/set-up-and-use-a-child-theme/
    Or using the Storefront Powerpack.

    There are more technical details in the WooCommerce.com Theme Developer Handbook – https://docs.woocommerce.com/document/woocommerce-theme-developer-handbook/

    I hope this helps, have a great day!

    Thanks,

    dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hi @loganzendesign

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Checkout and Billing details froms need CSS styling’ is closed to new replies.