Tagged: color section
Hey dear Enfold Team,
I’m building a front page with different colored sections, and i would like to delete the blank 1px line between all sections. (the colors doesn’t really flush together)
It appears same if i chose “no shadow option”.
Do you know where is the css options for it?
Best regards,
Martin.
Hi Martin!
Can you post the link to your website so we can inspect elements and provide you more accurate css code?
Cheers!
Yigit
Mhh sorry Yigit, the web site is offline for the moment :-/
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.container_wrap { border-style: none; }
and post a screenshot if that does not work
Regards,
Yigit
Done with this :
.main_color.fullsize, .main_color section {
border: none !important;
}
Thank you Yigit :)