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

    Hi,

    I can’t hide the color section on Mobile devices. Please help. Site details in private content.

    I am trying to hide the first color section on the home page.

    Thanks,
    Gabe

    #848227

    Hey connect4consulting,

    You need to hide the “Schedule a Consultation” section?

    Best regards,
    Jordan Shannon

    #848230

    Nope – I need to hide the section just above that with the text content slider. I’ve checked the Element Visibility boxes on Screen options but I still see the very first section on mobile.

    #848236

    Hi,

    Add the following to quick css:

    
    @media only screen and (max-width: 767px)  {
    #av_section_1{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #848237

    Ok – but how come the Screen options dont’ work?

    #848239

    And also, how come I can’t see the mobile menu?

    #848243

    Hi,

    If this was caused from a recent update, these issue will have to be reported to the development team. I wouldn’t be able to give a concrete answer as to why those issues are occurring.

    Best regards,
    Jordan Shannon

    #848264

    Hi,
    The fact that I can’t see the mobile menu wasn’t caused by an update. Can you help with that?
    Thanks

    #848279

    Hi,

    This exact issue has been reported by other users recently and we are still actively trying to find a solution. If you would like to start a new thread specifically for the missing menu, then I would recommend that so this particular thread can be kept focused on the initial color section problem. It’s just to keep it organized.

    Best regards,
    Jordan Shannon

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