Okay
  Public Ticket #903764
Down Arrow CSS
Closed

Comments

  •  2
    Anton Pokorny started the conversation

    Hi, 

    Sorry if this has already been posted but the solutions don't seem to work for me. I would like to change the down arrow color from white to black, and the custom CSS codes that I found on this forum don't seem to change anything.


    A solution would be highly appreciated :)


    Thanks!


    Anton



  •  3,028
    Andrew replied

    Hi Anton,

    Thanks for reaching out to us this CSS issue.

    I'm currently on your site (http://behindtheart-creative.com/) and I'm not seeing the arrow. I went into the code in Chrome Dev Tools and changed the background to a different color, however, I'm still seeing the circle. 

    If you've used any custom code, kindly remove it so that I may take a closer look and propose a solution.

    Looking forward to your reply,

    Best Regards.

  •  2
    Anton Pokorny replied

    Hi Andrew, thanks for your reply.


    We can't see the arrow because it is white, I'm talking about the arrow that lets people see they have to scroll (on the home page). Could you help me with changing this arrow + circle from white to black? 



    Thank you

  •  2
    Nguyen replied

    Try this

    body[data-button-style="rounded"] .section-down-arrow {
    border-color: black!important;
    }
    
    body[data-button-style="rounded"] .section-down-arrow i {
    color: black!important;
    }
  •  2
    Anton Pokorny replied

    Perfect, it worked!  

    Thanks a lot for the fast answer. Have a good day!

    Anton