• Resolved tp

    (@tpolia)


    im not sure how to change the font color for this.

    on the checkout page, when you enter the information in the fields, nothing shows because i think the font is white. i need the font to be black.

    also, on the shop page or home page, you cant even see the cart icon because it must be set to black… i want it set to yellow. right now, the only way to see the cart icon is to add something to your cart and you will then see a yellow circle with a number in it where the cart icon is. hover over it and the cart icon/shoppping bag will switch to yellow.

    also please let me know where to post the code. i saw answers to other questions with css code, but i dont know where to copy and paste the code into, so if you could tell me that too thank you i will appreciate it.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tpolia

    It seems that the styles of the cart icon and of the checkout page on your site are generated by your “Avantage” theme, so, for a better and permanent fix, I’d recommend that you contact your theme’s developer support.

    However, if you prefer to use CSS, you should be able to show those elements by adding the following code:

    .page-id-22 input , .page-id-22 select , .page-id-22 textarea {color:#000 !important}
    .btCartWidgetIcon.btIconWidgetIcon {color: #f2df76 !important}

    (You can replace the color codes above with any other color you’d like.)

    You can add the CSS by going to WordPress Dashboard → Appearance → Customize → Additional CSS. More info about custom CSS here:
    https://wordpress.com/support/editing-css/

    Regards

    Thread Starter tp

    (@tpolia)

    ummmm one word… WOW
    thank you for the FAST and SUPER EASY solution. this worked seamlessly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘woocommerce checkout page font field color’ is closed to new replies.