Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #238210
    aydi
    Participant

    Hi there, I would like to enlarge the size of the logo on the header of the home page. Do you know how to do that ?
    Thank you
    Adé

    #238273
    Skandha
    Participant

    @aydi: Hello Ade,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #238446
    aydi
    Participant

    Hello Skandha !
    http://victoirelienart.fr/ Here is my Url
    Bests regards
    Adélaïde

    #238448
    aydi
    Participant

    And i need to reduce the font size of the menu, i don’t know how to do it ? Thank you a lot for your help !

    #238469
    Skandha
    Participant

    @aydi: Hello Adelaide,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the size of logo */
    .custom-logo {
        max-width: 250px !important;
    }
    
    /* To change font size of menu items */
    .site-navigation a {
        font-size: 12px !important;
    }

    You can change the max width and font size according to your choice.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238471
    aydi
    Participant

    this is perfect 🙂 thank you a lot !
    Have a good day,
    Kind regards
    Adélaïde.

    #238532
    Skandha
    Participant

    @aydi: Hello Adelaide, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/high-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #242262
    Skandha
    Participant

    @aydi: Hello Adelaide,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo size’ is closed to new replies.