Submission of new listing

Discussion in 'GeoCraft WordPress Theme' started by klsy3, Nov 9, 2013.

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

    klsy3 New Member

    Joined:
    Nov 5, 2013
    Messages:
    21
    Likes Received:
    0
    Hi,
    I want to know how can i submit a new listing for my customer from my end. i access it through BUSINESS LISTING > ADD NEW LISTING > .... i notice i only have 2 options under LISTING TYPE which is Free Listing & Premium Listing. When i select Premium Listing, it appears with a banner. If I select Free Listing, then its fine. The problem is, this new listing is a paid one. Some of my customers are paying me cash and I do an extra bit of service by listing their business on their behalf.
    Can you show me how to get rid of the banner?
    Thanks in advance.
     
  2. klsy3

    klsy3 New Member

    Joined:
    Nov 5, 2013
    Messages:
    21
    Likes Received:
    0
    On my website, i will not allow for free listing. Therefore, all new listing will be a paid listing. But I do not want any banner/wrapper with the word (Premium) and also the highlighted color appearing. Any way to hide it?
    Thanks.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
    .ribbon {
    display: none;
    }
    .content_wrapper .featured_content .featured_post .featured{
    background:none;
    }
     
    
     
  4. klsy3

    klsy3 New Member

    Joined:
    Nov 5, 2013
    Messages:
    21
    Likes Received:
    0
    Thanks. It worked. :)
     
Thread Status:
Not open for further replies.

Share This Page