Code for removing Ribbon Banner on featured businesses

Discussion in 'GeoCraft WordPress Theme' started by gosmartmobi, Nov 28, 2012.

  1. gosmartmobi

    gosmartmobi Member

    Joined:
    Nov 14, 2012
    Messages:
    39
    Likes Received:
    1
    I would appreciate code for removing Ribbon Banner on featured businesses. Background color is enough to denote listing is different.

    I am most appreciative of having a support forum.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content_wrapper .featured_content .featured_post .featured .featured_thumb img.ribbon{
    display:none;
    }
     

Share This Page