Tagged: arrow, color section, enfold
Hi there!
In a Color Section on my website I selected Section Layout > Section Bottom Border Styling > Display a small arrow that points down to the next section.
This works fine, however, the same arrow appears again further down where I don’t want it to show. How can I get rid of the second arrow?
Thanks for your help!
Daniel
Hey Daniel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#after_section_1 .border-extra-arrow-down,#after_section_2 .border-extra-arrow-down,#after_section_3 .border-extra-arrow-down,#after_section_4 .border-extra-arrow-down {
display: none;
}
Cheers!
Yigit
Thanks for your help, Yigit!