Remove tap to call feature (slice)

Discussion in 'Slice WordPress Theme' started by bwdaugherty, Dec 13, 2013.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I have tried many of the styling codes provided before for other themes I have purchased. including:

    .header_wrapper .call-us {
    display: none;
    }

    and

    .call-us {
    display: none;

    }

    Unfortunately neither are working. I want to remove it completely. Thanks for the support.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .add a.btn {
    display: none;
    }
    This will solve your issue.
     

Share This Page