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 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
Solved! Go to Solution.
use this CSS & setting :
.button-bar {
background-color: blue;
};
.button-outline.button-outline {
background-color:green;
color: white;
};
Bye
Giuseppe
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