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 Colour Settings

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

Hi guys

When the Sticky Nav is invoked and the nav items and logo colours change - is there anywhere in Admin to:

1. Control the top nav active colour states (just for the Sticky Nav)
2. Control the Logo Text colour state (just for the Sticky Nav)

Thanks
  • paulant's Avatar
  • paulant
  • 3 Month Basic
  • 1 posts
  • Karma: 0
The administrator has disabled public write access.
Hi,

Below is the CSS that change the logo color from white to red when stick nav is active on the page:

#navwrap.affix .logo h2 a,
#navwrap.affix .logo h2 span {
color: #F37C78 !important;
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

When sticky nav is active, the class will be change to 'affix', then you can use it to target specific CSS for sticky nav.

Regards,
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.
The following user(s) said Thank You: paulant

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

Happy Campers