How to customize logo - Acme Themes
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #99389
    fdarn
    Participant

    Hello,
    How do I customize the logo size in Lawyer Zone Pro? I need to make it bigger.
    I tried using the below CSS. It does not work.

    img.custom-logo {
    width: 600px;

    }

    #99403
    acmesupports
    Moderator

    Dear fdarn,
    Please provide your site URL.

    Best Regards!

    #99404
    fdarn
    Participant

    Ohio RSOL

    #99413
    acmesupports
    Moderator

    Dear fdarn,
    Please add the given CSS in Additional CSS:
    Appearance > Customize > Additional CSS

    .custom-logo-link img {
        width: 100%;
        max-height: 50px;
    }

    Best Regards!

    #99414
    fdarn
    Participant

    That is not working. It’s still too small. I need the image to be width: 400px and height: 136px
    How can I do that?

    #99416
    acmesupports
    Moderator

    Dear fdarn,
    Update the given CSS in Additional CSS:
    Appearance > Customize > Additional CSS

    .custom-logo-link img {
        width: 400px;
        max-height: 136px;
    }

    Best Regards!

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