Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #581650

    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.

    #581659

    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

    #581715

    if I do that the second arrow disappears but shows up a little lower: http://www.ericsmeets.nl/testserver/

    #581718

    Hi!

    Please add following code to Quick CSS as well

    #after_submenu .av-extra-border-element {
        display: none;
    }

    Regards,
    Yigit

    #581760

    That’s it Yigit, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Arrow down on more than 1 location’ is closed to new replies.