Are you using a Joomla51 template? Or are you just refering to the tutorial?
If you use Cassiopeia, then yes the user.css file is correct.
Use the class of the menu-item.
Open the DevTools of your browser and select the menu-item. It will say something like <li class="nav-item item-#">...
Or check the ID in the backend.
If 123 is the ID of the menu item.
If you use Cassiopeia, then yes the user.css file is correct.
Use the class of the menu-item.
Open the DevTools of your browser and select the menu-item. It will say something like <li class="nav-item item-#">...
Or check the ID in the backend.
If 123 is the ID of the menu item.
Code:
.item-123 a { color: red; }
Statistics: Posted by Mr. Wimpy — Wed Apr 24, 2024 3:08 pm