Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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