logo blurred

Home Forums Jevelin Theme logo blurred

Home Forums Jevelin Theme logo blurred

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • marialc
    Participant

    Hi there,

     

    I’ve uploaded logo to my website but it looks blurred. is there any way to add a retina logo version?

    Actually it doesn’t look fine.

    Thank you in advanced,

     

    maria.

    Solution for this topic

    Hi Maria,

     

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

     

    You can achieve it by setting larger logo image and 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 {
        max-height: 100%;
        width: auto;
    }

     

    Best regards,
    Shufflehound team

    marialc
    Participant

    That works fine!

    Thank you!!

    You are most welcome here 🙂

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