cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Tab names not visible

agangaiah
14-Alexandrite

Tab names not visible

Tab widgets once placed. When I do a preview or see the experience, the tabs names are not visible until we curser over it or click on it, rest all the other tabs look blank and become visible only when we click on it. Is there a way we can make the tab names be visible all the time?

Avinash

ACCEPTED SOLUTION

Accepted Solutions

use this CSS & setting :

.button-bar {

  background-color: blue;

};

.button-outline.button-outline {

  background-color:green;

color: white;

};

Bye 

Giuseppe

View solution in original post

3 REPLIES 3

Hi Avinash. Try adding a custom CSS class to the tab widget to change the color of the text/background.

use this CSS & setting :

.button-bar {

  background-color: blue;

};

.button-outline.button-outline {

  background-color:green;

color: white;

};

Bye 

Giuseppe

Thank you so much. It works fine now.

Avinash

Announcements

Top Tags