I just updgraded to Platfrom Pro and I need to turn off the share buttons in the boxes,I have searched around and see some similar questions, and tried the fixes they suggested but none of them worked for me.
How do I turn off the Share Button in boxes?
Started by
doughboy
, Jan 20 2012 05:36 PM
5 replies to this topic
#1
Posted 20 January 2012 - 05:36 PM
#2
Posted 20 January 2012 - 05:37 PM
Can you please post a link to your site?
#3
Posted 20 January 2012 - 05:38 PM
yes sorry, www.CanadianBackyard.com
#4
Posted 20 January 2012 - 05:44 PM
Hope PlatformPro is working out well for you. 
The boxes are showing sharing icons from the plugin you installed because they don't understand it's a custom post type. You may want to see if you have the option to remove it from certain post types.
If you don't, you can hide it using custom CSS:
The boxes are showing sharing icons from the plugin you installed because they don't understand it's a custom post type. You may want to see if you have the option to remove it from certain post types.
If you don't, you can hide it using custom CSS:
#boxes .sharing {
display: none;
}
#5
Posted 20 January 2012 - 05:57 PM
Perfect thanks for the assistance.
#6
Posted 20 January 2012 - 07:13 PM











