Hallo,
the av-extra-border-element does appear occasionally. How can I deactivate it on certain layout elements? I’d like to keep it on some elements though…
Thanks!
Hi anrue!
I was not able to see your page even though i was logged in.
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your elements which you would not like to have extra border and give them a custom CSS class (“your-custom-class” in the example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .av-extra-border-element { display: none !important; }
Cheers!
Yigit
Sorry, I gave the wrong permissions to the user. You can now log in an view the page.
I’d rather avoid custom css here, because editors should be able to use the layout elements on their own. The “Color Section” has an option to turn on and of the extra border, while most other elements don’t have that option, but it appears nevertheless. Therefore I think this is a bug.
Hi,
To remove border on selected elements please follow the steps below.
1. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.your-custom-class, .your-custom-class .av-extra-border-element { display: none !important; }
2. Enable custom css class name support for layout elements
3. Add the custom css class name tot he element.
if you still have any issue please let us know specifically which element you want to disable the border on and a precise link to it so we can inspect it and help you better.
Best regards,
Vinay
Thanks!