Joomla 5 / Astroid 3.16 - change color of one menu option #832
Unanswered
cloudguy23
asked this question in
Q&A
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm using Joomla 5 and Astroid v3.16. I want to change the background of a single menu option. TBH, I don't know where to start. I've tried to apply a custom CSS to the Joomla Menu option but it doesn't seem to override my global Astroid Config. All I'm looking to accomplish is change the global color and background for one menu option, giving it the illusion of a "button":
.astroid-nav .nav-link {
color: rgb(255, 255, 255);
background-color: rgb(1, 177, 136);
}
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions