Remove "Product Details" section that shows social icons

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Jan 29, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Can I remove this section that says Product Details and then shows the social icons? It is located on the product page. If I can't remove it, can I change the words from Product Details to "Share this" or something? Otherwise, it doesn't really make sense right there. Thanks.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    span.social-text {
    display: none;
    }
    
    Thanks,
    Praveen
     

Share This Page