[Resolved] Product Description button color

Home Forums Support [Resolved] Product Description button color

Home Forums Support Product Description button color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1613454
    Leanne

    Hi,

    Is there a way to change the Description Button background and text colors?

    Thanks,
    Leanne

    #1613674
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS to change the background color:

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background-color: #000000;
    }

    And the text/link color is currently coming from this CSS you’ve added:
    https://www.screencast.com/t/bprbZZPu

    #1613810
    Leanne

    Perfect. Can I make the text part white?

    #1613820
    Leo
    Staff
    Customer Support

    Hmm I believe the second part of my reply above already answered that question?

    And the text/link color is currently coming from this CSS you’ve added:
    https://www.screencast.com/t/bprbZZPu

    #1613826
    Leanne

    Sorry. I missed that.

    Thank you very much for your help.

    #1613827
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.