In Launch Pad theme, I created a widget group (as the following folder icon). After it is open, when users is hovering over the icon, text (e.g. ‘Census Tract’ pops up).
I would like to make the text of pop-up text darker and bold, and bigger. I am changing the code from theme - LaunchpadTheme -- widgets --AnchorBarController – css –style.css and codes like below:
.jimu-anchorbar-more-pupup .jimu-anchorbar-iconitem .icon-item.dockable{
margin-top: 0;
font-weight: bold;
}
But it does not do the change. Is there anything can work? Thanks!