Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #925390

    Hi there,
    With the shrinking header, I want to remove the current logo ‘M’ that appears when heading shrinks and just have normal logo appear, shrunk in size.

    How do I change that?
    Thanks

    #925413

    Hey marsh1984,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .header-scrolled .logo a {
        background-image: none !important;
    }
    
    .header-scrolled .logo img {
        opacity: 1 !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.