Shape 5

Joomla Templates => Corporate Response - Club => : titancdltd October 06, 2016, 03:44:28 AM



: Hide Facebook, Twitter, Icons (mobile)
: titancdltd October 06, 2016, 03:44:28 AM
Hi,

i am trying to hide the Facebook, Twitter icons from showing on mobiles, i have used the "class=hide_small_tablet hide_mobile" on other modules with success but i can not find any module linked to these icons.

Any help greatly appreciated.


: Re: Hide Facebook, Twitter, Icons (mobile)
: mikek October 06, 2016, 04:15:26 AM
Hello,

If you want to hide them only on mobile you would need something like the following in custom.css:

@media screen and (max-width: 579px){
#s5_social_wrap {
display:none !important;
}
}


: Re: Hide Facebook, Twitter, Icons (mobile)
: titancdltd October 06, 2016, 05:05:03 AM
Hello,

If you want to hide them only on mobile you would need something like the following in custom.css:

@media screen and (max-width: 579px){
#s5_social_wrap {
display:none !important;
}
}

Hi Mikek

I am unsure on where to add this css, could you point me in the right direction?

Edit: I have added the code to "custom.css" located in the corporate response template css folder, however there is no changes to the icons on mobile.

Edit 2: Never mind, it was a cache issue with my mobile device.

Thanks.


: Re: Hide Facebook, Twitter, Icons (mobile)
: Dempsey October 10, 2016, 12:51:40 PM
Hi I would like to remove the social icon from my site, can you tell me where I will find the module?

Many thanks
Dempsey


: Re: Hide Facebook, Twitter, Icons (mobile)
: mikek October 10, 2016, 07:02:36 PM
Hello,

Under the Theme Specific tab just save the urls for each social icon blank; when they are blank they won't show on the frontend.