how to add different color on the tab as below website?
http://nationalgolfschool.com/golf-school-vacations/reunion-resort-club/
Hi paulchiao!
You can use this CSS to change the tab colors.
.tab { background: green; }
For the product description tabs then try this CSS.
.tabs > li { background: green; }
Best regards,
Elliott
thanks