Set hover color¶
Depending on the color of the theme used (and the color of the font), hovering over the elements you're looking for may lose legibility. Use the following procedure to change the hover color of elements:
- Open the Catalog/css/style.css file
- Go to the end of the file and skip a line
- Add the following lines:
.jimu-widget-catalog .metadata-item:hover { background-color: #38a800; } .jimu-widget-catalog .free-text { background-color: transparent; }
- Save file
- Clear cache and reload application
Note: The color code (hexadecimal) can of course be overwritten.