Okay
  Public Ticket #2888506
Back to Button
Closed

Comments

  • BrypeMedia started the conversation

    Hey, i would like to change the button icon and the button link because these link leads me to the wrong site. thank a lot!

    the screenshot will help yot to understand my issue

  •  8,842
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .icon-salient-back-to-all:before {
        content: "\f04a" ;
        font-family: 'FontAwesome';
    }


    You can change the link in here:  . 

    3175726355.pngClick on Image to View Larger

    Thanks


    ThemeNectar Support Team