Okay
  Public Ticket #1518360
Change the color off arrow
Closed

Comments

  • Martin Mihalik started the conversation

    Hello, I have little design problem. 

    I have changed the color of HTML5 Canvas Background to white but the dropdown arrow is invisibile now because it is white too.

    My question is simple , how I changed the color of dropdown narrow in HTML5 Canvas Background  to for example black ? 

    I am sending you photo of my problem too in attach. 

  •  8,470
    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^="rounded"] .section-down-arrow i {
        color: #3452ff !important;
        font-size: 38px !important;
    }

    Thanks


    ThemeNectar Support Team