Remove "Tap to Call"

Discussion in 'ColorWay WordPress Theme' started by endgamepr, Jul 16, 2014.

  1. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    How would I remove the "Tap to Call" button that shows up in the mobile version of Colorway? You sent me the custom version of the theme that has space for the phone number and address, and having them visible is enough for us without the button.

    Thanks in advance!
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header-info a.btn {
    display: none ! important;
    } 
    This will solve your issue.
     

Share This Page