Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1207990

    hi

    I can find a solution to change the color of the description and reviews Tab in Product View. See the screen shot.
    it does not work with “active” i want that the inactive one is white

    can you help me?

    best regards
    Richie

    #1207997

    Hey lemondog,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1208028

    hi jordan

    heres the link

    thank you

    #1208033

    Hi,

    You want the inactive tab title to be white? You wouldn’t be able to really read it with the background though correct?

    Best regards,
    Jordan Shannon

    #1208040

    hi

    yes i want the active tab to be grey and the inactive white

    thank you

    #1208043

    Hi,

    It looks like you have some custom css setting it to “#fafafa”. Can you find and comment that out while we work out the rest?

    Best regards,
    Jordan Shannon

    #1208044

    hi,

    yes i have used this css. i´ve deactivated it

    .woocommerce-Tabs-panel {
    background: #fafafa!important;
    }
    .description_tab {
    background: #fafafa!important;
    }
    .reviews_tab {
    background: #fafafa!important;
    }

    • This reply was modified 4 years, 2 months ago by lemondog.
    #1208188
    This reply has been marked as private.
    #1208388

    Hi,

    This is for the original topic only. Add this to quick css:

    #top div div.product .woocommerce-tabs ul.tabs li.active a {
    background:lightgrey!important;
    }

    Best regards,
    Jordan Shannon

    #1208462

    hi Jordan,

    thank you, it worked. Do you also have a solution for the other topic?

    best regards
    Richie

    #1208550

    Hi,

    Perfect! As for the second issue, this is something that would be better answered or found in the Woocommerce forums.

    Best regards,
    Jordan Shannon

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