Home Forums WoodMart support forum Split: function.php – Mindestbestellwert

Split: function.php – Mindestbestellwert

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #314499

    ctc
    Participant

    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

    #314625

    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

    #314684

    ctc
    Participant

    CSS ist keines hinterlegt, lediglich die Daten in der function.php im ChildTheme.

    #314757

    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

    #314758

    ctc
    Participant

    Super, vielen Dank! 🙂

    #314819

    You are welcome! We are here to help.

    Wish you a wonderful day!

Tagged: 

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