Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #156226
    bataloma
    Participant

    Hi,
    How can I change the size of the title of the website and the text of the menu ?
    Thank you,

    #156264
    sapana
    Participant

    @bataloma: Please post your site Url so that I can look into the issues.

    Kind Regards,
    Sapana

    #156321
    bataloma
    Participant
    #156391
    sapana
    Participant

    @bataloma: Go to=> Appearance=> Customize=> Additional CSS and add the following code

    .site-title {
    font-size: 5rem !important;
    }
    
    #site-navigation {
    font-size: 4rem !important;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #156451
    bataloma
    Participant

    It worked for the title but not for the menu. The menu takes more space but the text has the same size as before.

    Menu before : http://xn--kzylarsen-v8a.com/wp-content/uploads/2018/10/Capture-01.png
    Menu after : http://xn--kzylarsen-v8a.com/wp-content/uploads/2018/10/Capture-02.png

    #156488
    sapana
    Participant

    @bataloma:/*change the size of the menu*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS

    #primary-menu li a {
        font-size: 25px !important;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #156702
    bataloma
    Participant

    It works.
    Thank you very much !

    #157253
    sapana
    Participant

    @bataloma:
    Hello, there,
    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/audioman/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.
    Kind Regards,
    Sapana

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