Site logo

Archived topic

Product Tabs Styling

7 replies · Started by roadlink on February 4, 2021

Viewing posts 1–8 of 8

I found the CSS, but my results is a bit different.

Original one : https://prnt.sc/y9wlh2
Mine : https://prnt.sc/y9wiuz

/* WooCommerce Product Tabs
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #f5f5f5;
	border-radius: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	border-bottom: 0;
	color: #000;
	padding: .5em 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #232525;
}

Hi there,

can you share a link to YOUR site so i can take a look ?

sure, thank you.

Hi Tertas,

Try this CSS:

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
    border-bottom: 1px solid #eee;
}

Let me know :)

Worked very well.

Thank you :)

You are welcome :)

This archived topic is closed to new replies.