You can target the button with a ".sclogin .scuser-menu a.btn.dropdown-toggle" selector like the following. The following example will give you a button that looks like the Log Out button:how can i customize the user menu button and text color
.sclogin .scuser-menu a.btn.dropdown-toggle {
background-color: #006dcc;
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
font-weight: initial;
}
There's a conflict with your template. Since the anchor tags in your navigation area are white, that's what's being used. Add thisand also the text color in the drop-down menu?
#g-navigation .sourcecoast .dropdown-menu > li > a {
color: #000;
}
Countdown, the new hide & seek toy, is available now! Designed and developed by the founders of SourceCoast, it's the perfect toy to get your kids moving at all ages.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.