Split: function.php – Mindestbestellwert
-
Vielen Dank für die Antwort – Das ist komisch. Ich habe Sie neu bearbeitet.
Ich möchte gerne das Login-Logo ändern und hier das Firmenlogo statt des WP Logos einsetzen.
Leider Wird das Bild immer abgeschnitten.
Gibt es hier eine spezielle Größe oder andere Dinge, die beachtet werden müssen?
> Snippet in private message
Hello,
Please remove all custom CSS related to the logo and provide your site admin access I will check the settings. Logo element has the option to set the width, the height is adjusted automatically.
Best Regards
CSS ist keines hinterlegt, lediglich die Daten in der function.php im ChildTheme.
Hello,
Please add this correct this code to the Theme Settings > Custom CSS > Global:
#login h1 a, .login h1 a {
background-image: url(/wp-content/uploads/2021/06/logo-fleicherei-bien_1.png);
margin-bottom: 0;
background-size: 182px;
height: 190px;
width: 182px;
margin-left: auto;
margin-right: auto;
border-radius: 0em;
}
You need to set height: 190px
If you have any questions please feel free to contact us.
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!