Twitter widget on Home Page Shows green squiggly line

Discussion in 'Infoway WordPress Theme' started by smbrisard, Mar 21, 2013.

  1. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Hi,

    I have a nice twitter widget which is working great at the bottom of each page of my site at www.stephanbrisard.com
    You'll notice along my name somehow I inherited a green squiggly line similar to the one used under blog categories and Twitter profile
    Is there anyway to eliminate this excess line?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #twtr-widget-1 .twtr-doc .twtr-hd h4 {
    background: none;
    }
    This will solve your issue.
     
  3. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Thanks this took care of the problem ;-)
     

Share This Page