• Hello everyone

    Please, is there a way to change the logo at the top of the page, when the screen scrolls down and the menu is fixed?

    I wanted to make one when the screen is completely white with the transparent menu and when the menu is fixed at the top and the bottom is colored in the background, the same colored logo.

    It’s possible ?

Viewing 1 replies (of 1 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello @falcao7 ,

    You can use the following custom CSS to use different logo while scrolling.

    .at-sticky .custom-logo{
      display: none
    }
    .at-sticky .custom-logo-link::before {
      content: url('https://demo.acmethemes.com/lawyer-zone/wp-content/uploads/2018/07/lawyer_logo.png');
    }

    Just change this image source https://demo.acmethemes.com/lawyer-zone/wp-content/uploads/2018/07/lawyer_logo.png with your own.

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Change Logo on scroll…is possible ?’ is closed to new replies.