The Big Spring Sale! Up to 50% off!

Menu Changing

provurbz789
13 Posts
provurbz789 posted this 11 November 2020
Ask a Question

Good Morning
Do or will you guys have something available for menus to change?For example there are sites where if you scroll down the menu either changes to a different color (while being a sticky menu) or the menu shrinks in while scrolling down. A good example for me would be this site. https://curlbox.com/

thanks

Good Morning Do or will you guys have something available for menus to change?For example there are sites where if you scroll down the menu either changes to a different color (while being a sticky menu) or the menu shrinks in while scrolling down. A good example for me would be this site. https://curlbox.com/ thanks

Last edited 11 November 2020 by provurbz789

Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
fmarcucci65
8 Posts
fmarcucci65 posted this 25 August 2021

You can modify the global .css or insert a style tag in all pages using HTML into Header page property.

.u-section-row.u-sticky-fixed {

position: fixed;
right: 0;
left: 0;
z-index: 1;
background-color: **YOUR COLOR**;
opacity: **YOUR VALUE from 0 to 1**;

}

You can modify the global .css or insert a style tag in all pages using HTML into Header page property. .u-section-row.u-sticky-fixed { position: fixed; right: 0; left: 0; z-index: 1; background-color: **YOUR COLOR**; opacity: **YOUR VALUE from 0 to 1**; }
Support Team
Support Team posted this 12 November 2020

Hello,

Unfortunately, Nicepage does not provide such functionality.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello, Unfortunately, Nicepage does not provide such functionality. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments