Okay
  Public Ticket #1595083
Make down arrow bigger and different color
Closed

Comments

  • JohnToth11 started the conversation

    Hi,

    I'm trying to make the down arrow that tells users to scroll a bit bigger and a different color in order to make it more pronounced.

    Any help would be appreciated, thanks!

  •  9,007
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body[data-button-style="default"] .section-down-arrow i.icon-default-style[class^="icon-"] {
        font-size: 30px !important;
    }

    Thanks


    ThemeNectar Support Team