On this page, is there some way to tighten up the spacing to get rid of this white line between the slideshow and the color area (in black), just below the main homepage slideshow: http://otsecure.net/techstaff/?
Thank you in advance.
Hello fshn2day!
You can add this on your custom.css or Quick CSS to remove the white line below the slider:
.avia-shadow {
border: none;
}
Cheers!
Ismael
Thank you so much for your help. I added this CSS and it didn’t work, so I thought maybe it had to do with the cascade location, so I actually found the one and only reference to .avia-shadow and changed the box-shadow: to none too, and that didn’t work either.
I also tried giving that rule a margin, padding and border of zero, but that didn’t work either.
Can you think of anything else that might work?
Thank you.
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling
div#av_section_1 { border-style: none!important; }
Cheers!
Yigit
Awesome! That did the trick!
Thank you so much!!!