How to remove some of the labels

Discussion in 'VideoCraft WordPress Theme' started by honory2009, Apr 10, 2015.

  1. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    Hi,

    As per screenshot below, how can these labels be removed and leave behind the categories and views count? labels.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
  3. overwincoach33

    overwincoach33 New Member

    Joined:
    Feb 20, 2015
    Messages:
    1
    Likes Received:
    0
    Hi there, I have the same issue but I do want to remove views.
    How can I remove views?
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

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

    Code:
    span.views {
        display: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page