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

    Hi team,

    i want to change the color of the arrow from white to #222222.

    I tried this code:
    #top .scroll-down-link {
    color: #222222;
    }

    …but it doesn´t work.

    Hope u have the right code for me… :-)

    Many thanks in advance for your support

    Alexander

    #812822

    Hey Alexander,

    Try to use this code:

    #scroll-top-link {
        color: #222;
        opacity: 1 !important;
        background: transparent;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #815774

    Hi Nikko,
    thanks for the code…but it didn´t works. Plz have a look. The scroll down arrow in welcome section is still in white. See attached link. Many thanks in advance for your support.
    Sunny regards,
    Alexander

    #815796

    Hi Alexander!

    Can you please try the !important rule with your original code?

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

    Let us know if you need further help.

    Best regards,
    Sarah

    #815820

    Hi Sarah,

    i´m sorry…no result. Maybe it´s faster if i give a temporaly login. Plz see attached credentials into Pricvate content. ;-)

    Best regards,

    Alexander

    #815848

    Hey!

    There was an extra closing curly bracket in your Quick CSS field. I removed it. Please review your website now :)

    Cheers!
    Yigit

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