• aright so obviously I’m a noob when it comes to coding a website…:D

    Anywhoo I’m building a site (and ripping what hair I do have left on my head, OUT) I’d like to change the background color of my product descriptions. I have a black background throughout my site but my product description tabs are white. If someone could give me a helping hand it would be most appreciated. I’ve made it pretty far and feel like I’ve solved more complicating problems thus far but the time I’ve already spent on this one issue is….at best is embarrassing.

    Thanks for the help all of you provide, y’all rock!

    • This topic was modified 4 years, 1 month ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cevans9921

    (@cevans9921)

    Also, the text with in the product description box are the correct color how ever the product description tab is not correct. so if it wouldn’t be visible after the background change. Id prefer for it to be the same purple as the rest of the text.

    That’s from some CSS style rules “leaking” through from Bootstrap to the WooCommerce area.

    To fix that, adding this CSS should work:

    .panel.wc-tab {
        background: transparent;
    }
    Thread Starter cevans9921

    (@cevans9921)

    I really appreciate that, it did the trick. Is there any way to change the descriptions tab? It is still white with black wording.

    again, thanks for the help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Prdouct page description background color’ is closed to new replies.