Okay
  Public Ticket #364598
Change fontawesome icon for carousel left/right buttons
Closed

Comments

  • Jonathan started the conversation

    Howdy, I would like to change the left/right icons of the carousel from the default fontawesome icon to a different pair of left/right fontawesome icons. I would like to change it to "icon-chevron-sign-right" instead of what it is now. Thanks -

  • Jonathan replied

    Image attached for illustration purposes:

  •  8,447
    Tahir replied

    Hey!

    Can you provide the page url so i can write page specific custom css .

    Thanks 


    ThemeNectar Support Team 

  • Jonathan replied

    Sure, here is the link:

    http://msgworx-dev.com/2014/

  •  8,447
    Tahir replied

    Hey!

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


    ThemeNectar Support Team 

  • Jonathan replied

    Cool, thanks alot!