Change font color of overview and subtotal in shopping cart

Hi Muffins!

I am creating a webshop.

For some reason, there are some elements appearing in white on the screen of the final shopping basket (where the customer is supposed to fill out their details). Where can I adjust the font color of these elements? Do you have some code for me to de this?

https://kenniscentrumtgg.nl/afrekenen/ (code ktgg)

Thanks!

Comments

  • Hi,

    This color is taken from Betheme -> Theme options -> Colors -> Headings, from the H1 color.

    You can change it there, or use the following CSS code (if you do not want to change the H1 color).

    .woocommerce{
       --mfn-woo-heading-color: #000!important;
    }
    

    Thanks

  • Hi,

    When I enter that CSS code it gives me a syntax error. When I remove one the first two dashes, the error disappears. But neither of these attempts affect the color in the basket ;).

    Hope you have the solution for me.

    Alternatively, maybe we could give that basket the assignment to use the H2 instead of H1? Cause only H1 is in white in my settings, all the other headings are in dark green.

    Thanks in advance!

  • Please send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Thanks

Sign In or Register to comment.