Remove Free Banner Only

Discussion in 'VideoMember WordPress Theme' started by zeewon30, Aug 11, 2016.

  1. zeewon30

    zeewon30 Member

    Joined:
    May 7, 2012
    Messages:
    41
    Likes Received:
    1
    Hello there,

    How can I remove the free banner label only?

    Thanks
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

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

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. vin_narayan

    vin_narayan New Member

    Joined:
    Feb 25, 2018
    Messages:
    11
    Likes Received:
    0
    Hi Priyanka,

    I also had wanted to take out the free label, and used the code suggested by you above. It worked for most of the videos but not all.

    The thumbnail of videos in the side bar (recommend, popular and recent) still carry the label 'FREE'.

    Could you please suggest how to get rid of labels there?

    Thanks
    Vin
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Vin,

    Greetings from InkThemes,

    Please use the below-given CSS code:

    Code:
    img.ribben.free-ribbon {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  5. vin_narayan

    vin_narayan New Member

    Joined:
    Feb 25, 2018
    Messages:
    11
    Likes Received:
    0
    Thanks Akbar, it worked...!
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page