• Hi all i have my virtue social widgets on my footer but want it hidden and only used for the mobile layout, any way of hiding it if viewed from a desktop

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try adding this CSS to Appearance> Theme Options> Advanced Settings and let me know if it works for you:

    @media (min-width: 992px) {
    .footercol1 .widget-first .widget_kadence_social {
        display: none;
       }
    }

    -Kevin

    Thread Starter Mrgem79

    (@mrgem79)

    absolutely perfect thanks

    if u see my site https://www.dirtyculture.com.au in mobile i have the search button in the custom menu has search button under it not sure why, how can i get rid of it

    thanks

    What method are you using to add the search to your header?

    You can hide it with this CSS:

    li.mobile-menu-search {
        display: none;
    }

    Let me know if that works for you.

    Thread Starter Mrgem79

    (@mrgem79)

    a friend of mine did it but he is using some css code but im not sure why it is showing up there all of a sudden it never showed before

    will give it a go thanks

    Thread Starter Mrgem79

    (@mrgem79)

    ok it worked but it deleted it from my main menu to, i just need it deleted from the footer

    thanks

    I’m not seeing the search in your footer. Were you able to figure it out?

    Thread Starter Mrgem79

    (@mrgem79)

    i havent yet i deleted the footer widget it was attached to, im still trying to sort i out.

    im trying the page builder but its not working aswell as i expected, there are a couple sites i like and want to have similar but it just doesnt work

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘how to hide virtue social widgets on computers but keep on mobil’ is closed to new replies.