The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Adding a font awesome to login and Register

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Adding a font awesome to login and Register

    Post by Ape March 23rd 2017, 9:54 pm

    Hello all i have been making a change to my forum and have done all i want to add things to the tool bar all but the login and Register

    Now i need to have some help adding something like this to the
    Login
    and
    Register
    Adding a font awesome to login and Register Captur38


    can someone help on this pleas

    Thanks

    APE



    Adding a font awesome to login and Register Left1212Adding a font awesome to login and Register Center11Adding a font awesome to login and Register Right112
    Adding a font awesome to login and Register Ape_b110
    Adding a font awesome to login and Register Ape1010
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Adding a font awesome to login and Register

    Post by Draxion March 24th 2017, 4:56 am

    Hi there, add this to your CSS:
    Code:
    #fa_right > a:nth-child(1):before {
      content: '';
      padding-right: 2px;
    }

    #fa_right > a:nth-child(2):before {
      content: '':
      padding-right: 2px;
    }

    Now... I am not sure if they will show up as those icons at first if you don't have the link source in your coding, but this is worth a shot. All else fails, you can even put in place an image instead of font.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Adding a font awesome to login and Register

    Post by Ape March 24th 2017, 6:50 pm

    Thank you @Draxion that did not work at first then i found out why lol

    Code:
    it should have been like this
    #fa_right > a:nth-child(1):before {
      content: "";font-family:FontAwesome;
      padding-right: 2px;
    }

    #fa_right > a:nth-child(2):before {
      content: "" ;font-family:FontAwesome;
      padding-right: 2px;
    }
    your code did not have this part in it
    Code:
    ;font-family:FontAwesome

    Buy now solved with thanks to you Smile

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    Adding a font awesome to login and Register Left1212Adding a font awesome to login and Register Center11Adding a font awesome to login and Register Right112
    Adding a font awesome to login and Register Ape_b110
    Adding a font awesome to login and Register Ape1010

      Current date/time is September 22nd 2024, 7:30 pm