View Single Post
  #2  
Old 04-09-2011, 07:15 AM
 
a333 a333 is offline
 

Member
  
Join Date: Jul 2010
Posts: 25
 

Default Re: product tabs removing white background

does anyone know where the css code is for the tabs headers are? ive been trying to locate them to change the tab header background and pink borders lines but cant find them anywhere.

the background for the tab panel btw is in

.ui-tabs .ui-tabs-panel {

in commonfiles/css/main.css

and add the line:

background-color:#xxxxxx;

to change it to whatver colour you want.

the area behind the tabs themselves is in:

.ui-tabs .ui-tabs-nav {

in the same section of main.css

and again add the line :

background-color:#xxxxxx;

however i cant work out where the css is for the tabs themselves.

any ideas would be much appreciated.
__________________
xcart 4.4.3
Reply With Quote