Related products

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Dec 2, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Is it possible to removed the related product area in the shop??

    Or is there an way i can choose which products i want to show on the related product area??
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    To remove related product.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .related_heading {
    display: none;
    }
    .section-latest.latest- {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page