From ProventusNova DeveloperWiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Hide "Page tools" */
#p-cactions { display: none; }
/* Hide "More" section */
#p-tb { display: none; }
/* Hide "Categories" */
#catlinks { display: none; }
/* Remove extra space under sections */
.vector-menu-content { padding-bottom: 5px; }
/* Add a cleaner background and border */
.vector-menu {
background-color: #f8f9fa;
border-radius: 5px;
padding: 8px;
}
/* Adjust header font and spacing */
.vector-menu-heading {
font-weight: bold;
font-size: 14px;
color: #333;
}