Remove Tap to call on mobile site

Discussion in 'Local Business WordPress Theme' started by bobsley111, Jun 14, 2014.

  1. bobsley111

    bobsley111 Guest

    Joined:
    Jun 14, 2014
    Messages:
    1
    Likes Received:
    0
    Hello, I need help on the following website http://cms.cc-sulingen.de

    1. When I go to the Website on a mobile device, I got a Tap to call button. How can I remove this button?
    2. Also on the mobile device website I want to rename the "PAGES NAVIGATION MENU" to "MENU"
     
  2. Gourav

    Gourav Support Staff

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

    1.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .call-us a.btn {
    display: none;
    }
     
    2. Go to header.php present in your theme directory and follow the instruction as show in image given below

    2014-06-16_1128.png



    Thanks & Regards
    Gourav Shrivastava
     

Share This Page