Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #854047

    167.114.173.178

    1. how did get rid of the horizontal line above the header and below the header?
    2. how can I add a scroll down arrow to point down on then advanced layer slider like this http://167.114.173.178/?page_id=1395?
    3. Is it possible to have the headline rotator start when someone scrolls down to it?

    Thank you

    • This topic was modified 6 years, 7 months ago by park13.
    #854881

    Hey park13,

    I see the arrow to scroll down, and don’t see the headline rotator, id it on a different page? The code below will remove borders.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av_header_transparency #header_meta {
        border-bottom: none;
    }
    #top .av_header_with_border.av_header_transparency #header_main {
        border: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #854952

    YES # 1 fixed but #2 ???

    2. how can I add a scroll down arrow to point down on then advanced layer slider like this http://167.114.173.178/?page_id=1395?

    3. Is it possible to have the headline rotator start when someone scrolls down to it
    Rotator is the 2nd slider on front page?

    #855825

    Hi,
    To add a scroll down arrow to the layerslider, add a html slide and place it where you want then add this code to it:

    <a href="#next-section" title="" class="scroll-down-link av-control-minimal" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>

    For the headline rotator, Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

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