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
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
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
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