Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #695243

    Dear all,
    On the frontpage I am using color section.
    Now the I have choosen the option to display the scroll down arrow.
    Is it possible to customize the color of this arrow into for example blue or #88BBC8

    Thanks!

    #695259

    in quick css:

    #top .scroll-down-link { 
    color: #88bbc8 
    }

    maybe an important is necessary

    #695360

    Hi,

    This should work, please try it out:

    #top .scroll-down-link { 
    color: #88bbc8 !important; 
    }

    Regards,
    Rikard

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