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
Nera.
Amel Nuhanovic
6 posters

    Navigations font change??

    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Navigations font change??

    Post by Amel Nuhanovic January 25th 2012, 11:23 pm

    Is it possible to change only navigation font maybe?? and other stay same at forum??


    Last edited by Amel Nuhanovic on February 4th 2012, 4:31 am; edited 1 time in total
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Navigations font change??

    Post by Nera. January 26th 2012, 9:02 am

    Add this to your CSS and change the font if you want:

    Code:
    .mainmenu {
        font-family: Comic Sans MS !important;
    }
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic January 26th 2012, 10:10 am

    its work nice but i forgot to ask how this work with fonts, i mean what fonts i can add there?? only some selected fonts can be added or all what i found on internet i can add??
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Navigations font change??

    Post by Nera. January 26th 2012, 11:08 am

    You can add anything you wont but it's allways the best to use 'custom' fonts for that.
    avatar
    Guest
    Guest


    Solved Re: Navigations font change??

    Post by Guest January 26th 2012, 1:05 pm

    Amel Nuhanovic wrote:its work nice but i forgot to ask how this work with fonts, i mean what fonts i can add there?? only some selected fonts can be added or all what i found on internet i can add??
    Here we go => http://web.mit.edu/jmorzins/www/fonts.html Smile
    avatar
    betistapir
    New Member


    Male Posts : 20
    Reputation : 1
    Language : indonesia

    Solved Re: Navigations font change??

    Post by betistapir January 26th 2012, 8:12 pm

    how about the hover one? what is the code?
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Navigations font change??

    Post by Nera. January 26th 2012, 8:18 pm

    betistapir wrote:how about the hover one? what is the code?

    Code:
    a.mainmenu {
    opacity: 1;
    }
    a.mainmenu:hover {
    opacity: 0.7;
    }
    avatar
    betistapir
    New Member


    Male Posts : 20
    Reputation : 1
    Language : indonesia

    Solved Re: Navigations font change??

    Post by betistapir January 26th 2012, 11:09 pm

    Nera. wrote:
    betistapir wrote:how about the hover one? what is the code?

    Code:
    a.mainmenu {
    opacity: 1;
    }
    a.mainmenu:hover {
    opacity: 0.7;
    }
    thx alot Very Happy
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic January 27th 2012, 12:32 pm

    This is nice navigations font, but what is name for this?? and how to make same if i can??? http://themerland.forumotion.com/
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Solved Re: Navigations font change??

    Post by Mati January 27th 2012, 2:36 pm

    I think is a google web font so go and look here => http://www.google.com/webfonts#ChoosePlace:select
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic January 27th 2012, 3:49 pm

    i found there one font what i want its called Frijole but what to copy here like how nera show me???

    .mainmenu {
    font-family: FONT !important;
    }
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic January 29th 2012, 7:16 pm

    bump
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic January 30th 2012, 1:23 pm

    bump
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic February 1st 2012, 2:25 pm

    How to add 1 font from this page to forum http://www.google.com/webfonts#ChoosePlace:select ? what from there i need to copy here


    .mainmenu {
    font-family: FONT !important;
    }
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic February 3rd 2012, 6:32 pm

    This what you show me work and its fine, i found 1 font from Matti_7 links and i dont know how to add that, this is link where is font http://www.google.com/webfonts#ChoosePlace:select and font name is Frijole if you just search there you will found in second.


    .mainmenu {
    font-family: Comic Sans MS !important;
    }


    this from nera work but i dont know what need from Frijole font to copy there...please someone
    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic February 4th 2012, 1:44 am

    bump
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: Navigations font change??

    Post by LGforum February 4th 2012, 2:11 am

    You need to put this in an annoucnement: <link href='http://fonts.googleapis.com/css?family=Frijole' rel='stylesheet' type='text/css'>

    (OR if you have template access stick it in the head of your page)

    You can then use:

    .mainmenu {
    font-family: 'Frijole' !important;
    }

    Amel Nuhanovic
    Amel Nuhanovic
    Forumember


    Male Posts : 152
    Reputation : 1
    Language : Bosnian
    Location : Bosnia and Herzegovina

    Solved Re: Navigations font change??

    Post by Amel Nuhanovic February 4th 2012, 4:30 am

    its work thanks man really :-)
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Navigations font change??

    Post by SLGray February 4th 2012, 4:32 am

    Amel Nuhanovic wrote:its work thanks man really :-)

    Topic Solved & Locked





    Navigations font change?? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 22nd 2024, 6:27 pm