Change logo in sticky header on scroll

gotoemailnow
3 Posts
gotoemailnow posted this 18 June 2020
Ask a Question

I would like to change the logo on the menu when scrolling. How can I do it? Thanks.

I would like to change the logo on the menu when scrolling. How can I do it? Thanks.
Vote to pay developers attention to this features or issue.
6 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 18 June 2020

Hi Jose,

There is no such possibility, you can try to achieve such effect using the custom code.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi Jose, There is no such possibility, you can try to achieve such effect using the custom code. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
dan1924
16 Posts
dan1924 posted this 24 December 2020

Hi Jose,

There is no such possibility, you can try to achieve such effect using the custom code.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi Hella,
I think i does not take much for your developers to implement this feature. It is a must to have.
Please can you provide the custom code as a solution to your answer?
Thanks
Dovito

> Hi Jose, > > There is no such possibility, you can try to achieve such effect using the custom code. > > ................................................... > Sincerely, > Hella > Nicepage Support Team > > Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 > Follow us on Facebook: http://facebook.com/nicepageapp Hi Hella, I think i does not take much for your developers to implement this feature. It is a must to have. Please can you provide the custom code as a solution to your answer? Thanks Dovito
Support Team
Support Team posted this 25 December 2020

Hi,

We do not support custom modifications. We have added this option to our wishlist.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi, We do not support custom modifications. We have added this option to our wishlist. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
youngrichu
7 Posts
youngrichu posted this 26 July 2021

To follow up on this, is this feature implemented yet?

To follow up on this, is this feature implemented yet?
Support Team
Support Team posted this 26 July 2021

Hi, Habtamu,

Unfortunately, this feature has not been implemented yet. As an alternative, you can use a custom code or a third-party plugin for WordPress or Joomla.
...................................................
Sincerely,
Paul C.
Nicepage Support Team

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

Hi, Habtamu, Unfortunately, this feature has not been implemented yet. As an alternative, you can use a custom code or a third-party plugin for WordPress or Joomla. ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
youngrichu
7 Posts
youngrichu posted this 27 July 2021

I solved this by using a custom css

body.u-body.u-sticky-fixed.u-sticky-scroll header#block-name img.u-logo-image.u-logo-image-1 {
    content: url('second logo goes here');

}
I solved this by using a custom css body.u-body.u-sticky-fixed.u-sticky-scroll header#block-name img.u-logo-image.u-logo-image-1 { content: url('second logo goes here'); }

Last edited 27 July 2021 by youngrichu

You must log in or register to leave comments