Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 13 posts - 1 through 13 (of 13 total)

Header font mismatch the theme font

Home Forums Free Theme Support Zenon Lite Header font mismatch the theme font

  • #99558

    Emanuele

    Hello,

    I need some help to fix the issue of top header font. (ORA/ mostriamo il tuo business al mondo/Milano-Lecce)

    As you can see, in my website it looks different in spite of the rest of the theme.

    Theme default font is Yanone Kaffeesatz, in the top header is arial.

    How can I correct it a make the header in Yanone Kaffeesaatz too?

    Thanks for your help.

    Regards
    Emanuele

    #99767

    Towfiq I.

    administrator

    whats your site address?

    #99844

    Emanuele
    #100079

    Towfiq I.

    administrator

    your site is actually using the Exo font. to apply the same font to logo title, add this to the very bottom of your stylesheet:

    .logo {font-family: ‘ExoMedium’!important;}

    #100166

    Emanuele

    thanks for your help, but it still not working. Now it looks like a sort of times new roman.

    Maybe there is some problem with other changes related to the logo I did in the past?

    I added a line and inserted the logo inside the white header.

    This is the code I added in the past to modify the logo

    In style css
    .logo h1 a{font-size:42px!important;}
    .desc{font-size:14px;}

    thanks again

    #100314

    Towfiq I.

    administrator

    I dont see that line that I told you to add, in your stylesheet:
    http://www.oracomunicazione.it/wp-content/themes/zenon-lite/style.css

    #100841

    Emanuele

    Hello, I added again the line you told me to add, please taea look

    Home

    thanks

    #101254

    Towfiq I.

    administrator

    hmm. remove that line and try this:

    .logo {font-family: 'ExoMedium'!important;}

    #101445

    Emanuele

    Isn’t it the same?

    #101793

    Towfiq I.

    administrator

    no. the ‘ are different.

    #103009

    emanuele

    Ok, I’m removing this line

    .logo h1 a{font-size:42px!important;}
    .desc{font-size:14px;}

    and adding this: .logo {font-family: ‘ExoMedium’!important;}

    But the result is the same

    Thanks

    #103299

    Towfiq I.

    administrator

    the ‘ are not being added correctly. please copy the line that I pasted.

    notice to the very bottom of your stylesheet:
    http://www.oracomunicazione.it/wp-content/themes/zenon-lite/style.css

    it looks like this:

    .logo {font-family: ‘ExoMedium’!important;}

    which should be:

    .logo {font-family: 'ExoMedium'!important;}

    #111867

    Emanuele

    It worked! It was the apostrophe the was rendered as â€tm. I didn’t noticed it from the stylesheet!

    Thanks!

You must be logged in to reply to this topic.