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.

Sticky Nav in Lifestyle 2 Template Not working

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

Awesome! Thanks! What about the menu hover issue? How do I get it to not flush out when a person hovers over it? Thanks!
  • Shawngela Pierce's Avatar
  • Shawngela Pierce
  • 3 Month Basic
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

The menu link is still there you just can't see it as the hover colour is the same as the background for the theme you have selected

you need to add this css snippet to the custom.css file

#navwrap a:hover, #navwrap .separator:hover {
color: #fff !important;
}

and change the #fff to a different colour

That will override the existing colour value
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
e.g.

#navwrap a:hover, #navwrap .separator:hover {
color: #000 !important;
}

will change the hover colour to #000 which is black
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If unfamiliar with how to change the custom css

Custom css is new css code you add to your site
its either - new css code or css code to overide an existing template styling

The file it needs to be added to is called custom_rename_to_custom.css or if renamed custom.css (for the file to work it needs to be called custom.css) - this file is protected from being overwritten by template updates

The path to the file is
\templates\template name\css\custom_rename_to_custom.css

via the joomla backend the path is

extensions tab > template manager > Templates (top left in Joomla 3) > "template name" details and files > Edit css/custom_rename_to_custom.css
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Woohoo!! Thank you for all of your assistance. Much obliged :-)
  • Shawngela Pierce's Avatar
  • Shawngela Pierce
  • 3 Month Basic
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Cheers
Paul
  • 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