How to remove the 5 stars ***** please?

Discussion in 'GeoCraft WordPress Theme' started by leosherlock, Feb 6, 2015.

  1. leosherlock

    leosherlock Member

    Joined:
    Dec 23, 2014
    Messages:
    80
    Likes Received:
    0
    Hi there,

    How do I remove the starts from under the premium image and in the ad itself please?
    I have attached an image :)

    Thank you
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .featured_thumb.featured_thumb_paid .star_icon {
    display: none;
    }
    .depth_article .rating, .depth_article ul.single_rating {
      display: none;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page