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

    Hi kriesi,

    I have two pages with fullscreen slider nad scroll down arrow on them. First page has a dark background (so I need a light arrow), second page has a light background (so I need a dark arrow). How can I do it via Quick CSS editor?

    Thanks & best regards!

    • This topic was modified 7 years, 5 months ago by frysjo.
    #712148

    Hey frysjo,

    Would you mind providing a precise link to your site, showing the two pages in question? We need to be able to inspect them in order to help with the CSS :)

    Best regards,
    Jordan

    #712155

    .

    #712181

    Hey!

    .page-id-6785 #top .scroll-down-link {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    }

    Change the rgba value, to what you think fits best your need.

    Thanks a lot

    Best regards,
    Basilis

    #712441

    Solved, the right code was

    .page-id-6785 .scroll-down-link { 
    color: #ffffff !important; 
    }
    

    But thank you! :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Scroll down arrow – different colors on two pages’ is closed to new replies.