ResolvedHow to change the color of the background color in the row of the products page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26110
    stellularx
    Participant

    Specifically where the “Details” and “Care INstructions” are located.

    #26124
    Althemist
    Keymaster

    This can only be changed with css:

    body.single-product #content:not(.has-sidebar) #products-wrapper .woocommerce-tabs.wc-tabs-wrapper {
        background-color: #your-color;
        border-bottom: 1px solid #your-color;
        border-top: 1px solid #your-color;
    }
    #26151
    stellularx
    Participant

    Thanks! May I also get the css code for the link color change of the “Description” “review” buttons on that area/wrapper? Thank you.

    #26157
    Althemist
    Keymaster

    I guess you’re talking about the active and hover state of the links (please, try to be more descriptive in all your requests).

    ul.tabs li.active a, ul.tabs a:hover {
        color: #your-color;
        border-color: #your-color!Important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17629, followers 744
Login and Registration Log in · Register