I’m trying to apply anchor links:
<a name="test"></a>
to areas in my page so that I can add some code to the navigation to pop the viewer down to that part of the page.
I was able to put them in using the normal builder but now that I changed to using the Layout Builder I can not go back to view VISUAL or HTML to see where to put that code.
Is it possible to put in html code in the Layout Builder???
Thanks
Paul
Hey Paul!
Yes, you can add HTML but make sure to do it in text tab. Please also see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Best regards,
Yigit
Yigit:
Is there some CSS to get rid of the hairline rule it puts in for “COLOR SELECTION”??
Go to this page and see it between “Ingredients” and “All about the Rye” and “Harvest”
Hey!
Please add following code to Quick CSS
#rye, #after_section_1 {
border: none;
}
These are basically you can remove them using this code + ID of your color sections such as #rye
Cheers!
Yigit
Worked great – Thanks so much!
Hi!
Great, glad that Yigit could help you :)
Best regards,
Peter