Okay
  Public Ticket #845115
Arrow (up) color
Closed

Comments

  • souza started the conversation

    Hi,

    How change the arrow up color ?

    Thanks,
    Souza


  •  8,404
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #to-top i {
        color: #27cfc3 !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • souza replied

    Nice,

    And for to change the arrow up background color and arrow up background color hover ?

    Thanks

  •  8,404
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #to-top:hover, #to-top.dark:hover {
        background-color: #ff0 !important;
    }
    
    #to-top.dark, #to-top {
        background-color: #f00 !important;
    }
    
    

    Best.


    ThemeNectar Support Team 

  • souza replied

    Perfect! 

    Thanks!

  • souza replied

    Hi Tahir,

    Is possible to set the arrow size ?

    thanks

  • souza replied

    Worked using:

    #to-top i {
        font-size: 50px !important;
    }