Home › Forums › Support › Background color for the Tabs This topic has 1 reply, 2 voices, and was last updated 4 years ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 2, 2019 at 8:22 pm #826984 Bilal How can I add the background color for the “Tabs” in single products? GP Premium 1.7.8 March 3, 2019 at 5:05 am #827203 DavidStaff Customer Support Hi there, try this: .woocommerce #content div.product .woocommerce-tabs ul.tabs li { margin-left: 0; margin-right: 0; padding: 0 10px; background-color: #ddd; /* All tabs background color */ } .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active { background-color: #e82c2c; /* Current tab background */ } .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; /* Current tab background text */ } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In