How can i remove 3 widgets on different resolutions?

Posted in: Newspaper
Post count: 34

Hey, so i want to remove my widgets when my visitors are not on full screen (except the ones in the footer)

I’ve almost finished optimizing my site to every resolution but i cant figure out how to remove those, thank you for your help!

(Also is there any chance that you guys would know how to change the price widgets hover and select color on the tabs and the time frames from blue to something else, like purple?)

The widgets i want removed when not on full screen are the following:

https://imgur.com/T1nZiik
https://imgur.com/ffVXeSz

The widget i don’t want to get removed is in the footer (i am specifying this because they are the same widgets, and maybe you cant remove the top 2 without the bottom 2)

https://imgur.com/rTNuswk

Thanks for your help!

Post count: 35449

Hi,

In order to do that you need to use some custom css ->
.vc_widget_sidebar {
display: none
}

set that custom css in Newspaper>Theme panel>Advanced css and set it in area for what device you do not want to have the widget -> https://www.screencast.com/t/2PZmXuxi

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.