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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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

1 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

Top Tags