• Resolved Royah Marie

    (@hautecreations)


    Hi again. Separate question which applies globally. I would like the table header to be #d7b261 instead of that grey color. How do I change that?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    In order to achieve what you need, add the following CSS in Appearance > Customize > Additional CSS:

    table.wishlist_table thead th {
        background: #d7b261;
    }

    Check it out and tell us if it works well for you, please.

    Best regards.

    Thread Starter Royah Marie

    (@hautecreations)

    That was awesome! Worked flawlessly. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of table header’ is closed to new replies.