Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Main Menu - How to make text bold and have a solid background colour?

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,

How do I make the text in the main menu bold and also how to make the transparent dark box around the selected button a solid colour? (as in image attached)

Thanks in advance :)


nebula-menu-design.jpg
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
Last Edit: 10 years 2 months ago by Lee.
The administrator has disabled public write access.
Its a bit beyond your membership level for custom css but this will get you started

#navwrap ul.nav > li.active > a {font-weight: bold; }
#navwrap ul.nav > li > a {text-shadow: none; text-shadow: none;}
#navwrap ul.nav > li.active > a {background: red;}

You will need to add this to your custom.css file and replace the red with your colour

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thankyou for the speedy reply :)
  • Lee's Avatar
  • Lee
  • 3 Month Basic
  • 21 posts
  • Karma: 0
The administrator has disabled public write access.
No problem
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers