Hey fellas, how do I get rid of this annoying "Call 24x7" bubble?

Discussion in 'WordPress' started by residualz, Oct 2, 2013.

  1. #1
    residualz, Oct 2, 2013 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #2
    Style.css line 161'sh is this
    background: url("images/call.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: none;
    margin-bottom: 0;
    padding-left: 28px;
    text-align: right;
    text-shadow: 0 1px 0 #FFFFFF;

    add display:none; as I have there.

    also, line 145'ish
    background: url("images/tap-bg.png") repeat-x scroll 0 0 #DCDCDC;
    You can display:none; that as well.

    After doing step one there is a tiny piece left over.

    This is a lifesaver https://getfirebug.com/ quick guide here http://www.kristarella.com/2009/02/how-to-use-firebug-for-css/

    hope that helps,
    Nigel
     
    Nigel Lew, Oct 2, 2013 IP
  3. residualz

    residualz Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Thanks, gonna give it a try now :)
     
    residualz, Oct 2, 2013 IP