difficulty removing call button..

Discussion in 'RoadFighter WordPress Theme' started by project_x, Feb 27, 2014.

  1. project_x

    project_x New Member

    Joined:
    Aug 23, 2013
    Messages:
    8
    Likes Received:
    0
    I used the following at the top of my css
    Code:
    .call-us {
    display:none;
    }
    as well as trying
    Code:
    .call-us a.btn {
    display: none; 
    }
    to remove the call button, but neither seems to work.
     
  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_wrapper .call-us {
    display: none;
    }
    
    This will solve your issue.
     

Share This Page