Remove premium tag

Discussion in 'ClassiCraft WordPress Theme' started by sooraj, Nov 18, 2015.

  1. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
    hello sir
    How can i remove premium tag please refer image
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

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

    Code:
    ul.list .thumbs .premiumtagwrap {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    sooraj likes this.
  3. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
    Thanks your quik respose nithin
     
  4. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
    Hello
    But in gridview it premium show again pls refer image
     

    Attached Files:

  5. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

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

    Code:
    .premiumtagwrap {
        display: none;
    }
    
    Now the tag will be removed from everywhere.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page