• Resolved scwd1999

    (@scwd1999)


    Hi there,

    I’ve been able to create my webpage so far and all has been well with wordpress 5.9 full site editing. But for the mobile view I will need to be able to remove certain blocks, how can i do that with Neve?

    For instance in the homepage top section with the 4 photos, I would like to take away the 3 icons on the left for mobile, how should i do that?

    Any help would be great! Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • BNKSMILE

    (@bnksmile)

    Hi there,

    At the setting, look for Block > Advanced > Hide this section on Mobile devices?. It should hide the section that you don’t want to show on mobile devices.

    Hope this helps.

    Thread Starter scwd1999

    (@scwd1999)

    Hey there!

    Thanks for your response but it seems like that doesn’t work as my advanced section only has HTML anchor and Additional CSS but no hide on mobile.

    any other ideas? I am on the Neve theme.

    luciamarinescu

    (@luciamarinescu)

    Hi @scwd1999,

    Thanks for choosing Neve!

    This can be achieved using custom CSS. You could try to add the code below in the Additional CSS section within the Customizer, it should remove those icons for mobile devices.

    @media(max-width: 768px){
    .wp-container-623f149eedbc6.wp-block-group {
        display: none !important;
    }
    }

    Have a nice day!

    Thread Starter scwd1999

    (@scwd1999)

    Hey @luciamarinescu , tried the CSS under the site customizer and the block’s custom CSS but both do not seem to work.

    Also, will every part of removing stuff from mobile view comprise of using custom CSS?

    Hi @scwd1999!

    I checked your site again and on mobile view those icons do not appear anymore, so it looks like the code worked. Please clear the cache (browser and plugin, if you use any caching plugin) as the changes may not appear for you due to a caching issue.

    As for the second question, yes, removing elements from the site only for mobile devices is done with CSS.

    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Neve Theme Mobile View’ is closed to new replies.