• Resolved baronkarza

    (@baronkarza)


    I have uploaded a png-logo-file but wordpress adds systematically a white background as if that png-logo were a jpeg photo. I’m using the twenty nineteen theme. Software like Gimp and Affinity-Photo show me, that there is transparency.
    The logo-file is definitely png and not jpeg.
    And…..yes, the logo format is png-24, not png-8.
    Unfortunately, the Twenty-Nineteen theme adds background and outline to the logo.
    How can I fix this (Without creating an extra child-theme)?

Viewing 3 replies - 1 through 3 (of 3 total)
  • There is a rule for

    .site-header.featured-image .custom-logo-link {
     background: #fff none repeat scroll 0 0;
    }

    You can override it in the Customizer > Additional CSS with

    .site-header.featured-image .custom-logo-link {
     background: none;
    }
    Thread Starter baronkarza

    (@baronkarza)

    Thank you very much, it works!

    Thread Starter baronkarza

    (@baronkarza)

    Resolved. It works perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘I’m using the twenty nineteen theme.’ is closed to new replies.