Tagged: enfold, Full Width Slider
I cannot find on the website or anywhere how to remove the grey line on the header where the social media is and also on the home page where I am using the full width slider: http://jwkpec.com/
ANY help is greatly appreciated
Hey!
Try adding this code to the Quick CSS:
#header_meta {
box-shadow: none !important;
}
Cheers!
Josue
Wow. SO fast! Thank you for your reply! That got rid of the top HR, now I am looking for the one that appears to be apart of the Full Width Gallery on my homepage. THANK YOU in advance for your help!!
PEC
Hi!
Add this too:
#full_slider_1{
box-shadow: none !important;
}
You can mix both codes if you want:
#full_slider_1, #header_meta {
box-shadow: none !important;
}
Cheers!
Josue