Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #860655

    Hello,

    is it possible to display another graphic, when the header is shinked after scrolling down?
    Would be so nice, because the shinked logo isn´t good readable so I want so display an Icon instead of the shrinked logo.
    Similar to the header logo here at kriesi forum.

    Thanks.

    • This topic was modified 7 years, 1 month ago by dillionline.
    #860811

    Hey dillionline,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #861022

    Hey,
    website isn´t live.

    See private data.

    #862171

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .header-scrolled .logo a {
        background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .header-scrolled .logo img {
        opacity: 0;
    }
    

    Best regards,
    Yigit

    #862451

    Perfect! Thank you very much.

    #862748

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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