badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change fonts in greek language

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #20434
    bertsouklis
    Participant

    Hello,
    i want to change the fonts in the menu, titles, content. The fonts are not changed in greek letters. i want your help please!

    #20477

    hi bertsouklis,
    If you want to add the latin character then it needs code customisation. So you need to create a child theme and unhook the functions and then only customise the code.

    The code is inside ultimate-pro -> inc -> functions -> functions.php on line no 67
    You will find the below code:
    wp_register_style( ‘interface_google_font’, ‘//fonts.googleapis.com/css?family=’.$interface_google_font_load .’:400,700italic,700,400italic’);

    replace above with below code:
    wp_register_style( ‘interface_google_font’, ‘//fonts.googleapis.com/css?family=’.$interface_google_font_load .’:400,700italic,700,400italic&subset=latin,cyrillic-ext,latin-ext’);

    This may help you

    Thank you!

    #20488
    bertsouklis
    Participant

    DONE!!! Thank you very much..

    Another issue..
    How can i eliminate the capital letters in titles and menus? I want to do it manually..
    thank you

    #20489
    bertsouklis
    Participant

    Dear support,
    it seems that works only when you open the site from google chrome. When i open it from mozilla and internet explorer the fonts are different. Check my site. http://www.hellastelsat.gr

    thank you

    #20490
    bertsouklis
    Participant

    Also at the contact/social link the icons are not shown.

    I want to mention that i create a child theme

    Thank you

    #20515

    Hi bertsouklis,
    How can i eliminate the capital letters in titles and menus? I want to do it manually..
    ==> Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
    text-transform: none;
    }

    For your font, I could not see that you have enqueue the font for the child theme. You have to enqueue to google font from the child theme. You child theme is not overriding the parent google font.

    Thank you!

    #20568
    bertsouklis
    Participant

    Hello support
    for the first issue for the capital letters, works fine.. Thank you.

    Also i asked for your help about the icons in contact/social link. Has to do with the child theme as you mentioned above?

    Thank you for your support

    #20569
    bertsouklis
    Participant

    Dear support,
    i fix the problem.

    Thank you for your support

    #20582

    Ok that’s great bertsouklis

    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.