Have a different logo on specific page

Home Forums Gillion Theme Have a different logo on specific page

Home Forums Gillion Theme Have a different logo on specific page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • enter1010
    Participant

    Hello,

     

    I want to know how to configure in CSS a different logo in a specific page ?

     

    Thanks in advance

    Best regards,

    Nicolas

    Hi Nicolas,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where you want to change it and also share me the logo image URL that you want to display on that page  so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    enter1010
    Participant

    This is the information I wished to give you in response to your questions.

     

    Thanks for your help 🙂

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .error404 .header-logo {
        background: url("https://rednugget.fr/wp-content/uploads/2017/12/RedNugget-lab-min.png") no-repeat;
        background-size: 100%;
    }
    
    .error404 .header-logo img {
        visibility: hidden;
    }

     

     

     

     

    enter1010
    Participant

    Thanks a lot 😉

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)