• dakotadearborn

    (@dakotadearborn)


    Is it possible to change the color of that little arrow to the bottom right when you land on the static homepage? You know, the one that when you click it, it brings your screen down to see the home page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • peterjb101

    (@peterjb101)

    try this

    .site-header .navigation-top .menu-scroll-down {
    color: red;
    }
    ingeb1971

    (@ingeb1971)

    Hi Dakota,

    I used this code in CSS to make my arrow a light grey (www.fine-organized.nl):

    .icon.icon-arrow-right {
    color: #b3b3b3;
    }

    The next thing you to have to do is find the specific color-code for your arrow. It is represented by this part ‘#b3b3b3’.
    You can find your desired color here: https://html-color-codes.info/

    As you can see on my website when you scroll down, another arrow (to go up) appears on the rigt side. If you like to add one to your page, I used the To Top-plugin.
    You can read about it here: https://nl.www.ads-software.com/plugins/to-top/installation/

    It is a very easy to use plugin. After installatation it is automatically added to your Customizer-area.

    I am a WordPress newby and had my arrow customized within minutes ??

    I hope this was helpfull to you ??

    Greetz,
    Ingeborg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing the color of that little arrow to the bottom right?’ is closed to new replies.