Remove social

GK User
Mon Dec 13, 2010 10:56 am
Hi,

I want to remove social icon in k2 module. I want to share only with facebook. How can I remove the rest of social button?
User avatar
Expert Boarder

teitbite
Wed Dec 15, 2010 1:02 am
Hi

Can I please see the page with this ?
User avatar
Moderator

GK User
Wed Dec 15, 2010 8:27 am
Here you can find the page with social.

http://www.alessandrodalmoro.it/vuerich ... Itemid=137
User avatar
Expert Boarder

teitbite
Fri Dec 17, 2010 11:31 pm
Hi

I'm sure it's configurable in K2 items global settings. But You can hide it using css, for example:

Code: Select all
.googlebuzz {
display:none;
}
User avatar
Moderator

GK User
Sat Dec 18, 2010 12:41 am
Actually, i think he wants only facebook icon visible ;)

Please add this line on override.css file:

Code: Select all
ul.itemSocialLinks {visibility:hidden;}
ul.itemSocialLinks .facebook {visibility: visible!important;margin: 3px 0 0 -35px}

Don't forget to enable override.css file on template parameters.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Dec 18, 2010 9:52 am
Great! Thank you very much Seichinha. It works! I see only facebook now. thank you.
User avatar
Expert Boarder


cron