How do I remove the Price from Related listings.

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by codered, Dec 14, 2016.

Thread Status:
Not open for further replies.
  1. codered

    codered New Member

    Joined:
    Nov 28, 2015
    Messages:
    28
    Likes Received:
    0
    Is it possible to remove/hide the price of an item when it is showing in the related items layout. I've attached a screenshot to better explain.
     

    Attached Files:

  2. shruti26

    shruti26 Guest

    Hi,

    Greetings from InkThemes!

    To remove the concerned area just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .pgallery #content ul li span.woocommerce-Price-amount.amount{
        display: none;
    }
    
    Code:
    .pgallery #content ul li .price{
    margin-bottom:30px;
    }
    
    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  3. codered

    codered New Member

    Joined:
    Nov 28, 2015
    Messages:
    28
    Likes Received:
    0
    Shruti, thanks for that. The code works perfectly and does exactly what I needed.

    Until next time.

    Regards
    James
     
  4. shruti26

    shruti26 Guest

    My pleasure James :)

    Feel free to contact us if you have any questions.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page