Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1447

General Questions/New to Joomla! 5.x • Re: Most menu items go blank when hovering over them

$
0
0
Try this (replace your existing user.css with):

Code:

/* Banner Image */.rlhbanner {  min-width: 100%;}/* Menu *//* Override the lilac background with white */.container-header {    background-color: #fff;    background-image: none;}/* Text should now be blue */.container-header .mod-menu {  color: #0088cc;}/* We add padding and radius so that on hover there is a nice background */.container-header .mod-menu a {    padding: 0.2rem 0.95rem;    color: #0088cc; }/* On hover there should be a grey background*/.container-header .mod-menu a:hover {    border-radius: 0.2rem;    background-color: #eee;    color: #0088cc; }/* We need to change the color of the Hamburger Menu because white on white is not good */.container-header .navbar-toggler {    color: #0088cc;    border: 1px solid #0088cc;}
It's not perfect but at least it doesn't give you grey text on a grey background.

Statistics: Posted by mtgg — Thu Jul 11, 2024 6:12 am



Viewing all articles
Browse latest Browse all 1447

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>