Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125880

    I tried a lot of different logo sizes to upload to my website, but it still shows a blur, I changed my original size to 300×90 pixels, I will not use CSS to change the logo size, so please help me

    Please check private contect to get my account.

    this is my logo,
    you can download:
    https://drive.google.com/open?id=1vNvXfdPZpXU7MLvPrjHcxG912onTWNXJ

    Thanks very much

    #1126449

    Hey EricZhang0624,

    Please have a look at the following thread:
    https://wordpress.org/support/topic/logo-showing-blurry/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1126628

    Yes..I still need your help.
    I checked the topic link,and i havenot found the fix way

    Thanks

    Eric

    #1127131

    Hi Eric,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .logo {
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor;
        }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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