Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #540224

    Hi Please help,

    -I need to stop the animation of scroll down to next area arrow.
    Just want to show the icon. Please see image http://i.imgur.com/0BGntLD.jpg
    How to stop it ?

    -I cant remove background color from sort by container of portfolio gallery, I want to make it transparent.
    Please see image http://i.imgur.com/kN5CNxw.png
    Please see > http://onenineoeight.com/dev/tc/gallery/

    Thank you very much

    • This topic was modified 8 years, 12 months ago by zmkstudio.
    #540600

    Hello Please help >.<

    #540810

    Hi!

    Please add following code to Quick CSS

    .home #av_section_1 a.scroll-down-link {
        pointer-events: none;
    }
    #js_sort_items {
        background: transparent!important;
    }

    Regards,
    Yigit

    #541122

    Thanks , Yigit

    but this one is not working

    >> .home #av_section_1 a.scroll-down-link {
    pointer-events: none;
    }

    pls help
    Thank you !

    #541157

    Hey!

    Please try adding !important rule as following

    .home #av_section_1 a.scroll-down-link {
    pointer-events: none !important; 
    }

    Best regards,
    Yigit

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