How to remove thumbnail descriptions

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by codered, Sep 7, 2016.

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

    codered New Member

    Joined:
    Nov 28, 2015
    Messages:
    28
    Likes Received:
    0
    I need to remove the thumb name descriptions for the following places. I have attached some images that show the locations that I wish to only show a products image and the products title and nothing else.
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .productlisting .pgallery ul.thumbnail li .thumb-content p, ul.thumbnail li .thumb-content p {
        display: none;
    }
    .feature_content_inner_box1 p {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. codered

    codered New Member

    Joined:
    Nov 28, 2015
    Messages:
    28
    Likes Received:
    0
    Thanks for the quick reply. That works perfectly.
     
  4. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page