Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #921527

    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!

    #921574
    #921595

    Dear

    And what for elements that don’t contain anchor’s aka Section ID?

    #921603

    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

    #921669

    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.

    #921717

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5 {
        border: none;
    }
    

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.