Hello, if you look at this page: http://www.ericsmeets.nl/testserver/
There is a bluw arrow pointing down on 2 places on the top of the page. But I only want the first (top) arrow. But the only way to remove the second arrow is to choose not to have an arrow on the top content section.
In other words I have only chosen to have an arrow in the top content section, but that gives me 2 arrows.
Hey EricSmeets!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#after_section_1 .av-extra-border-element, #after_section_2 .av-extra-border-element, #after_section_3 .av-extra-border-element, #after_section_4 .av-extra-border-element {
display: none !important;
}
Best regards,
Yigit
if I do that the second arrow disappears but shows up a little lower: http://www.ericsmeets.nl/testserver/
Hi!
Please add following code to Quick CSS as well
#after_submenu .av-extra-border-element {
display: none;
}
Regards,
Yigit
That’s it Yigit, thanks!