Unwanted "line" appearing on widget headers

Discussion in 'Compass WordPress Theme' started by marketingtypes, Aug 12, 2014.

  1. marketingtypes

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    Hi - we're getting ready to re-launch our website using the Compass Pro theme, and we're getting a several pixel line that is appearing on the titles for our widgets. Typically, it's when there is a title that wraps to several lines. Any ideas? You can see one here: http://882.ac0.myftpupload.com/search-engine-marketing-services/local-seo/

    right hand side, "Ready to Get on Page #1 of Google Natually? ------ (with the dashed line in this example, being the unwanted orange line).

    Thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    .sidebar h3 span.line {
    top: 0;
    bottom: -1px;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. marketingtypes

    marketingtypes New Member

    Joined:
    Nov 27, 2013
    Messages:
    13
    Likes Received:
    0
    Hi -- that definitely did something ...but the orange line is now appearing lower...you can see it at the same link as before. It's definitely better! But, if I could get it to go away completely, that'd be great.

    chris
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Chris,

    To completely disable the orange line,
    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    .sidebar h3 span.line {
    display:none;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page