How can I remove Social bottons IF Right side of screen V-button does not work

Latest Reply from starlight at 2013-11-27 03:28:39 Solution
How can I remove Social bottons IF Right side of screen V-button does not work? I 've tried to remove from general edit page, using v-button again and again but it does not work. So please tell me the skills to make it done from html text or css.
thank you very much for your kind concern!!
You can do it by deleting the code:
/*	-==========================- SHARE -==========================- */
#smthemes_share { position: absolute; height: 0; left: 0; top: 0; width: 100%; z-index:10; }
#smthemes_share .inner{ background:#fff; background-clip: padding-box; background-color: #FFFFFF; border: 1px solid #BBBBBB; border-radius: 5px 5px 5px 5px; box-shadow: 1px 0 15px rgba(0, 0, 0, 0.2); display: none; font-family: Arial; font-size: 10px; left: 15px; line-height: 16px; min-width: 60px; padding: 5px; position: absolute; text-align: center; width: 70px; display: block; position: absolute; top: 283px; padding-top:20px;}
#smthemes_share li { text-align:center; margin-bottom:20px; overflow:hidden; }


from the file wide.css.
thank you so much!!!

Leave a reply

Add codeAdd image