Tagged: child theme, contact/social link
- This topic has 8 replies, 2 voices, and was last updated 9 years, 10 months ago by Theme Horse Support Team.
-
AuthorPosts
-
January 13, 2015 at 11:14 am #20434bertsouklisParticipant
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!January 14, 2015 at 6:31 am #20477Theme Horse Support TeamKeymasterhi 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!
January 14, 2015 at 10:28 am #20488bertsouklisParticipantDONE!!! Thank you very much..
Another issue..
How can i eliminate the capital letters in titles and menus? I want to do it manually..
thank youJanuary 14, 2015 at 10:33 am #20489bertsouklisParticipantDear 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.grthank you
January 14, 2015 at 10:47 am #20490bertsouklisParticipantAlso at the contact/social link the icons are not shown.
I want to mention that i create a child theme
Thank you
January 15, 2015 at 5:20 am #20515Theme Horse Support TeamKeymasterHi 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!
January 16, 2015 at 9:01 am #20568bertsouklisParticipantHello 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
January 16, 2015 at 9:19 am #20569bertsouklisParticipantDear support,
i fix the problem.Thank you for your support
January 16, 2015 at 10:46 am #20582Theme Horse Support TeamKeymasterOk that’s great bertsouklis
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.