Dear
I know how to go to a another page or link to another page.
But how can we link to a certain part of a page we want to go to / link?
For example: If i want a certain link to go to the middle of a page. Instead of showing the top.
Thanks in advance!
Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ :)
Regards,
Yigit
Dear
And what for elements that don’t contain anchor’s aka Section ID?
Hi,
You can place your elements inside Color Section or Grid Row elements or you can add a Code Block element to your page and then insert following inside it
<div class="anchor-links" id="your-custom-id"></div>
and then add following code to Quick CSS in Enfold theme options > General Styling
.anchor-links { clear: both; }
You can use same code in code blocks and change ID’s :)
Regards,
Yigit
Ok, thanks solved my question.
One last thing.
I have a small line below the color container.
How do I get rid of it?
I don’t have any borders set on the container.
You see the fine grey line just running through the page.