Okay
  Public Ticket #1504601
Down Arrow Size
Closed

Comments

  •  1
    Denise started the conversation

    Can you help me make the down arrow on the header image larger? I have found previous questions on the same and the CSS isn't working for me. Did something change? Let me know. Thanks!

  •  8,441
    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: 50px!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Denise replied

    Perfect! Thank you!