1
How-to questions / Re: Product tab color and background
« on: February 26, 2021, 05:05:19 PM »
look in the
/storefront/view/default/stylesheet/bootstrap.css
locate this sections - change the background color
nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
/storefront/view/default/stylesheet/bootstrap.css
locate this sections - change the background color
nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;