Make the Contact box transparent

Discussion in 'RoadFighter WordPress Theme' started by pdonov, Jul 3, 2013.

  1. pdonov

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0
    Is there a way to make the contact box clear so that you only see the phone number
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the Appearance > Theme Option > General Settings and remove the <h1> tag from the "Top Right Contact Details" section.
    This will solve your issue.
     
  3. pdonov

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0
    Sorry, I asked the question incorectly.
    I want to remove the shading in the box that holds the phone number. That did not do that.
     
  4. Gourav

    Gourav Support Staff

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

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

    Code:
    .header_wrapper .call-us{
    background:none;
    border:none;
    }
     

Share This Page