Home Forums WoodMart support forum Disable row for mobile and tablet

Disable row for mobile and tablet

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #326660

    Hi!
    I have a row with video background. I want to disable the whole row for tablet and phone.
    Could you please help solve the problem?

    Thanks!

    #326693

    Hello,

    If you use Eelementor, find the option to hide the section in the Advanced > Responsive of the Section settings. If you use WP bakery page builder, you need to assign a class and hide it with the custom CSS, let me know if you need help with custom CSS and insert the site credentials into the private content. Your site is under construction I cannot see anything.

    Best Regards

    #326754

    The video background row screenshot is attached. It’s on the home page. Could you please help?
    Thank you in advance!

    Attachments:
    You must be logged in to view attached files.
    #326871

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile or Table or where you want to hide:

    body .hide_mobile{
    display:none!important;
    }

    You can add class hide_mobile to any row that you want to hide on mobile.

    Best Regards

    #326947

    Hi! I have added a class hide_mobile to the row I want to hide on mobile, and added the custom css in theme settings, still no luck ((. Maybe I am doing something wrong.
    Could you please have a look once more? Thank you in advance!

    #326965

    Hello,

    Please give me the page URL and screen of the block you want to delete.

    Best Regards

    #326966

    Hi! I want to disable the row with video background for mobile and tablet devices.

    Thanks!

    URL: https://buildinarmenia.com/
    Screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #327068

    Hello,

    Please clear the browser cache, and check again I do not see this row on mobile: https://gyazo.com/2811e6902618d084f1c6a7226d359b83

    If you have any questions please feel free to contact us.

    Best Regards

    #327586

    Thanks!

    #327660

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Disable row for mobile and tablet’ is closed to new replies.