Tagged: color section
Hi Guys!
I wanted to know how to remove the fine line between two color sections? I already checked the forum and found the tip with adding
.avia-section { border: none !important; }
to the quick css field. Did this but it didn’t solve my problem. Thanx for your answer.
Cheers
Herbert
Hey Herbert!
Thank you for using our theme.
To remove the line on the given link use:
#after_section_1 {
border-top-style: none !important;
}
Cheers!
Günter
Thx a lot Günter! Worked perfectly…
Cheers
Herbert