How can I remove the blue premium listing ribbon?

Discussion in 'GeoCraft WordPress Theme' started by imranite, Jan 29, 2017.

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

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Dear Support,

    I will like to remove the blue premium ribbon that shows on premium listings.
    Kindly show me where in the code to remove the ribbon.
    Below is an example of a premium listing with the ribbon on the top left hand corner.
    Thank you.

    ribbon.png
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    You can hide that ribbon easily for this, you need to paste the below custom CSS code in Dahshboard->GeoSettings->Theme Options->Styling settings->Custom CSS field.
    Code:
    .content_wrapper .featured_content .featured_post .featured .featured_thumb img.ribbon {   
        display: none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
    perlaz and imranite like this.
  3. imranite

    imranite Member

    Joined:
    Jul 5, 2013
    Messages:
    54
    Likes Received:
    1
    Thank you.
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page