[cXF] Sticky Navigation

Unmaintained [cXF] Sticky Navigation 3.11.2

No permission to buy ($22.00)
Can I disable sticky navigation on mobile systems?
  • yes, go to Appearance > Style Properties > Sticky Navigation and check Disable on mobile devices. This will disable sticky navigation on mobile systems (like Android, iOS etc.), no matter device-width.

Can I disable sticky navigation on devices for example smaller then 480px?
  • yes, go to Appearance > Style Properties > Sticky Navigation and set the device-width below which the sticky navigation will not activate. Default is 320px.

Can I use Disable on mobile systems and width function at the same time?
  • yes, Disable on mobile systems will affect all mobile systems no matter width, so you can set the device-width to control it on other non-mobile systems.
Can users disable sticky (fixed) navigation from their account?
How to change Login link text colour when using it in navigation?
  • put something like this in your EXTRA.css file:
    Code:
    /* START - Login link in navigation */
    .navTabs .navTab.login a {
    color: red !important;
    }
    /* END - Login link in navigation */
    Change red colour to suit your needs.
Top Bottom