Hide line below the color section.
Always appears that line when I use color section. Why does it happen?
LINK
(http://www.liliansouza.com/assets/2016/#atividades)
/
LINK IMAGEM
http://www.screencast.com/t/q19RNXloswV
Hi mleite1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
border-top: none;
}
Cheers!
Yigit
Show Ygit.
TKS
Hi!
Please change the code to following one
.avia-section-default + div {
border-top: none;
}
Best regards,
Yigit
It is to add this to the other or only the latter?
This last alone did not work.
Hey!
It should have worked alone. Would you like to remove that top border from all of your sections? If so, please use this one
.container_wrap {
border-top: none!important;
}
Cheers!
Yigit
Perfect.
Tks