Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420574

    Jeffrey S
    Participant

    Hi X,

    Im working on my Woo Commerce page and for some reason the text color i really light grey.
    I can’t find where to change this in the Custom settings.

    Hope you can help out.

    I will send my creditentals in the next message.

    Kind regards,
    Jeff

    #1420576

    Jeffrey S
    Participant
    This reply has been marked as private.
    #1420687

    Thai
    Moderator

    Hi Jeff,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .woocommerce table th, 
    .woocommerce table td {
        color: #7b6b6b;
    }

    Hope it helps 🙂

    #1420753

    Jeffrey S
    Participant

    Yes it helps 😀
    Cheers Thai!

    #1421078

    Lely
    Moderator

    You’re welcome Jeffrey!

    Cheers.