ameloche
Posts: 2
Joined: Mon Sep 13, 2010 8:44 pm

How do I get rid of this line?

Hi there - can someone tell me how to get rid of this thin grey line at the top of the highslide screen? THANKS!
line.jpg
line.jpg (16.15 KiB) Viewed 2799 times
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: How do I get rid of this line?

Hi,

If you have hs.wrapperClassName = 'draggable-header'; in your Highslide settings:
Find this in highslide.css

Code: Select all

.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
Change it to

Code: Select all

.draggable-header .highslide-header {
	height: 18px;
	border-bottom: [hilight]none[/hilight];
}
I need to see your live page if you are using another wrapperClass.
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
ameloche
Posts: 2
Joined: Mon Sep 13, 2010 8:44 pm

Re: How do I get rid of this line?

Thank you! That worked perfectly!

Return to “Highslide Editor”