Just found out the product pages are indeed custom post types and not pages as i said before.
<body class=”single single-wpsc-product postid-1423 custom-background singular two-column right-sidebar”>
So how do i disable the like button on these custom posts then?
Just found out the product pages are indeed custom post types and not pages as i said before.
‘<body class=”single single-wpsc-product postid-1423 custom-background singular two-column right-sidebar”>’
So how do i disable the like button on these custom posts then?
No, unfortunately not.
Maybe because these so-called product pages are not normal/standard pages.
Solved it myself. Add a line to your style.css:
#main .custom_meta { display: none; }