Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #266038
    Dirk
    Participant

    Hi,

    Is it possible to have the modern (hamburger) menu on desktop larger sized? I think it is relatively small right now.
    Website: https://www.markgraaflaan34denhaag.nl

    Thank you so much for your support,

    Best,
    Dirk

    #266048
    Skandha
    Participant

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

    @media screen and (min-width: 1024px) {
    	.main-navigation .menu-toggle {
    	    font-size: 20px;
    	}
    }

    You can change the font according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #266244
    Dirk
    Participant

    Fantastic Skandha, thank you very much for your great support

    #266281
    Skandha
    Participant

    @italianfox: Hello Dirk, 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/clean-enterprise/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

    #266287
    Dirk
    Participant

    Dear Skandha, I will certainly leave a wonderful review. One last question: Is it possible to change the hamburgher menu colour in the custom css. In the colour options of the theme I can’t change the menu colours separately. I would like to have it #b71008

    Thank’s!

    #266393
    Skandha
    Participant

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

    .menu-toggle {
        color: #b71008 !important;
    }

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

    #266461
    Dirk
    Participant

    Thank you Skandha, works fluently!!

    #266465
    Skandha
    Participant

    @italianfox: Hello Dirk, 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/clean-enterprise/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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Size Modern (hamburger) menu’ is closed to new replies.