I am having an issue with arrows pointing to the next section while using the color blocks. It seems as if this command is active on the color block below it which is separate color block. How do I fix this?
http://a66.tinypic.com/2wmpd8y.jpg
This is unchecked. The issue is when I select the option above that (bordering) and select ” display small arrow that points down to the next section” You will see on my website that there are two color sections for 1. Client Wins and 2. Who is raving about us. The sections under these sections have that arrow and it shouldn’t. These sections are separate and not part of the color section.
This still an issue. Apparently, any section under the color section (where you can select the arrow) is affected and it should not be. Please send an update as this is a bug.
Hi holleycreative,
Here is the code to remove those, you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#after_portfolio .av-extra-border-inner, #after_section_4 .av-extra-border-inner {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks! That worked!