I have enabled custom CSS fields for all pop-up elements. I gave a unique class name to an element and want to use this as an anchor in a text link for my menu. This doesn’t seem to be working. Is there a way to do this?
Hey daniwaxman!
check out this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Best regards,
Andy
Hey daniwaxman!
Please add Code Block element to your page above your element and add following code inside it
<div id="your-id"></div>
and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-id { clear: both; }
This way you can use “#your-id” as an anchor point on your page
If that is not what you meant, please elaborate
Best regards,
Yigit