+ Reply to Thread
Results 1 to 2 of 2

Thread: General Wide Question...

  1. #1

    General Wide Question...

    I have done this once, but I didn't take backup of it...

    How do I change the icon in the top-navigation? I want to use a font-awesome icon in replace of the current one. The one that appears to be either gallery.png or gallery2.png, but I can't seem to get it to work. I have looked in the css and around 752 is the area, but maybe something in the latest font-awesome changes could be the reason...Any care to enlighten me?

    Brian

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,172
    Hello,

    Could you clarify what icon you need to change?

    To replace some icon with your one
    first, you should upload your png file with icon/s to templates > your template > img
    then go to css > style.css > find a css style for the element you need and change a setting "backroung" specifying your file name and proper corrdinates (x,y) like this:

    background: url(../img/your_icon.png) 0 -244px no-repeat;

    *you can omit coordinates if you have a single icon
    Last edited by Rudi; February 23, 2018 at 09:31 PM.

+ Reply to Thread