Okay
  Public Ticket #327797
Portfolio Arrows Single View
Closed

Comments

  •  1
    Joerg started the conversation

    Hi Thair,

    you gave me the nice code for changing the arrows in the carousel http://faunatec.com/tauchkurse/ but now I have to make the arrows equal in the single view http://faunatec.com/tauchkurse/schnuppertauchen/

    What code or classes this would be?

    Thanks

    Joerg

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    i.icon-salient-right-arrow-thin {
        font-family: 'FontAwesome' !important;
    }
    
    
    
    
    i.icon-salient-right-arrow-thin:before {
        content: "\f061" !important;
    }
    i.icon-salient-left-arrow-thin {
        font-family: 'FontAwesome' !important;
    }
    
    
    
    
    i.icon-salient-left-arrow-thin:before {
        content: "\f060" !important;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team 

  •  1
    Joerg replied

    You are awesome - thanks for your quick help!!!

    Joerg