Logo on Desktop

Home Forums Gillion Theme Logo on Desktop

Home Forums Gillion Theme Logo on Desktop

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • nestageez
    Participant

    Hello again, is there a way to make the logo on my website smaller without actually changing the size of the file? Whenever I upload a smaller version of my logo to the site (for instance 500 x 84), it is blurry on the site. What can we do to fix this without having to shrink the size of the logo file? Is there a CSS code? The website is http://www.cuteanimalplanet.com.

    Hi @nestageez,

     

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

     

    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

     

    #page-container .header-logo img.sh-standard-logo {
        max-width: 500px;
    }

     

    Best regards,
    Shufflehound team

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