Remove 'contact this business' on mobile view

Discussion in 'GeoCraft WordPress Theme' started by jsal2, Oct 22, 2013.

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

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    Hello, it has been suggested previously to insert this custom css code to hide the green "contact this business" button that displays in the listings on the mobile view...

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS​
    Code:
    .contact_business {
    display: none;
    }​
    And that had worked on my dev site in ver 1.7, but now on my new ver 1.8 site, I'm noticing the button is showing on the mobile view again despite having that code in my child theme css.

    Any other suggestions ? Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Try this code. It will work.
    If not then please do let me know your website link.

    Code:
    .contact_business {
    display: none!important;
    }
     
  3. jsal2

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    That works just fine, I forgot to try that first :oops: Thanks Nitesh!
     
Thread Status:
Not open for further replies.

Share This Page