[Support request] Off Canvas Secondary Menu Text

Home Forums Support [Support request] Off Canvas Secondary Menu Text

Home Forums Support Off Canvas Secondary Menu Text

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

    Hey guys,

    I’m trying to change the size of the Off Canvas secondary (drop-down) menu text. Could you please help me with this.

    Many thanks in advance.

    #2338748
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Typography –> Add Typography and select the Off Canvas Sub Menu Items in the Target list. And then apply your font size.

    #2341362
    Lee

    Thanks for this.

    would I need to do this differently on the website listed here?

    There seems to be a different layout in the customiser?

    #2341478
    David
    Staff
    Customer Support

    OK, so see my reply here regarding the newer typography:

    https://generatepress.com/forums/topic/theme-customiser-seems-different-on-newer-website/#post-2341467

    Of if you want to continue with the older typography then you can use some CSS to make that adjustment:

    
    #generate-slideout-menu.main-navigation .main-nav ul ul li a {
        font-size: 16px;
        line-height: 1em;
    }
    #2341876
    Lee

    Many thanks for this.

    Can I just double-check what the benefits of using the newer typography are? I’m presuming it just makes things even lighter.

    Also, are there any other updates that you’d recommend adding?

    #2341905
    David
    Staff
    Customer Support

    Benefits of Dynamic Typography:

    It is lighter, as it only writes additional CSS for Target Elements that you add. Whereas the older typography wrote some styles by default.

    It has full responsive controls, so you can set separate sizes for Desktop, Tablet and Mobile if you need them.

    More Unit sizes we include REMs, EMs and Pixels.

    Has More individual elements like the one you require.

    And it has custom elements, so you could create a unique style for some HTML that the theme doesn’t control 🙂

    Regarding other updates – that is the only user opt-in update at the moment. Other options in General – are simply options.

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