Page 1 of 1

footer

Posted: 01 Jul 2015, 06:21
by masquefotos
Let me not hide [social] in footer

as seen in the images I can not hide social

Re: footer

Posted: 01 Jul 2015, 16:24
by mjau-mjau
masquefotos wrote:as seen in the images I can not hide social
May I ask why you have added all your social accounts in the X3 settings if you don't want to show them?

Re: footer

Posted: 02 Jul 2015, 04:09
by masquefotos
Hello, if later I get to show them again. The take away and if I change my mind set it again.
I thought removing it from [social] would disappear automatically
Gracias

Re: footer

Posted: 02 Jul 2015, 04:41
by mjau-mjau
masquefotos wrote:Hello, if later I get to show them again. The take away and if I change my mind set it again.
I thought removing it from [social] would disappear automatically
It could have worked like that, but basically the [social] is just if you want to customize the order and placement of the items in the footer. Essentially, the "social" items are populated into the footer as long as you have them listed in your settings. You can however hide them with css (panel -> custom/css/):
Code
.footer .social-icons {
  display: none;
}