Home Forums WoodMart support forum Hide background image on desktop.

Hide background image on desktop.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42078

    Blaze
    Participant

    How to HIDE background image of any column only for desktop as you have done on your demo website.
    There the background image for News Letter column in hidden for Mobile devices, but I want to hide an image only for the desktop. So how should I do it?

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

    Artem Temos
    Keymaster

    Hi,

    Try to add this extra CSS class for that row hide-bg-desktop and then put this code snippet to the Custom CSS area for desktop devices only

    .hide-bg-desktop { background-image: none!important; }

    Regards

    #42144

    Blaze
    Participant

    It did not work! Is there and other tricks?

    #42145

    Blaze
    Participant

    It did not work! Is there any other trick?

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

    Artem Temos
    Keymaster

    Where we can see this code and CSS class added on your website now?

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