Logo Behaviour On Kidzy Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Logo Behaviour On Kidzy Template

Peter Spiegelenburg

Peter Spiegelenburg

Template 2 years ago

Hello,

one more question on the Kidzy template: If you check this page and you scroll a bit down, you see the logo change from a splash to a normal logo. (The logo on the left from the main menu). How is it done? Because, I have used the quickstart and there it doesn't change: link. Can you help mne with this?

Regards, Peter

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #133678

Hi Peter,

Thanks for reaching out to us.

Please use the following code in your custom CSS:

.sticky-wrapper.is-sticky #sp-header #sp-logo {
    overflow: hidden;
}
#sp-header .logo {
    position: relative;
}

Here is all about place for custom CSS:

https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Best Regards

0