How to Remove ad in the listing?

Discussion in 'GeoCraft WordPress Theme' started by enphone, Jan 3, 2015.

  1. enphone

    enphone New Member

    Joined:
    Mar 23, 2013
    Messages:
    10
    Likes Received:
    1
    There is an ad from goodgle adsense that appears in the listing in the box with company info:
    AD
    Category:
    Publish Date:
    Address
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi enphone,

    I will be pleased to help you.

    Please provide me the link where you have the issue.

    Thanks
    Praveen
     
  3. enphone

    enphone New Member

    Joined:
    Mar 23, 2013
    Messages:
    10
    Likes Received:
    1
  4. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    ( Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .wpInsert,.wpInsertInPostAd,.wpInsertRight {
    display: none !important;
    }
    ins.adsbygoogle {
    display: none !important;
    }

    Thanks & Regards
    Pramod
     
  5. enphone

    enphone New Member

    Joined:
    Mar 23, 2013
    Messages:
    10
    Likes Received:
    1
    Pramod,

    You are the men.

    Thanks,
    Mario
     
  6. enphone

    enphone New Member

    Joined:
    Mar 23, 2013
    Messages:
    10
    Likes Received:
    1
    Pramod,

    I want those ads in the post, I don't know how to take the ads in the box to the top right where the info with Categories: Publish Date: Direccion
    thanks again Mario
     
  7. Pramod

    Pramod Guest

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

    Please provide any screenshot if possible which make me better understand to solve this.

    Thanks & Regards
    Pramod
     
  8. enphone

    enphone New Member

    Joined:
    Mar 23, 2013
    Messages:
    10
    Likes Received:
    1
  9. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .tbl_des ins.adsbygoogle {
    display: none !important;
    }
    Thanks & Regards
    Pramod
     

Share This Page