Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1408112

    Hello

    On my one site, I have font and size dropdowns in the text block editor but not on another site. How do I activate it so I can select the fonts easily?

    Thanks

    #1408159

    Hey tyronere,

    Could you post login details in private to the site where we can see the problem please?

    Best regards,
    Rikard

    #1408390
    This reply has been marked as private.
    #1408414
    This reply has been marked as private.
    #1408515

    Hi,

    Thanks for the login details. Maybe one of your plugins is adding those options?

    Best regards,
    Rikard

    #1408536

    Ok thanks I’ll check. How do I go about removing the menu from the mobile version? I’ve tried adding the below code but it still appears.

    @media only screen and (max-width: 767px) {
    .post-entry-734 div .av_one_fifth {
    margin-left: 6% !important;
    width: 15.2% !important;
    }

    #1408578

    Hi,

    Thanks for the update. Are you looking to remove the whole main menu on mobile?

    Best regards,
    Rikard

    #1408923

    Hi Rikard

    Yes please, would like to know how to remove the menu from mobile only. Don’t need to do it now however but may need to at a later stage.

    Thanks

    #1408938

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    li.av-burger-menu-main {
      display: none; 
    }
    }

    Best regards,
    Rikard

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