- This topic has 8 replies, 3 voices, and was last updated 9 years, 4 months ago by Theme Horse Support Team.
-
AuthorPosts
-
June 22, 2015 at 3:20 pm #25840nenutilParticipant
Hello Themehorse team!
I have been enjoying your theme for a few months but today, after I deleted some inactive plugins, my website http://www.libornenutil.cz went wrong.
– the social icons from the top disappeared
– so did the contact icons from the bottom
– the colour of the menu links and SOME buttons went from gold to mint green (the original one)Could you, please, help me? What shall I do?
Thanks a millionJune 23, 2015 at 5:12 am #25852Theme Horse Support TeamKeymasterHi nenutil,
It seems that you have added all style.css into your custom css.
To call the font family you have to use the css code asfont-family: 'Genericons';
And we have found the below css code to call the font family which is not correct.
font-family: \'Genericons\';
please correct it as above code.Thank you!
June 27, 2015 at 9:44 am #25990nenutilParticipantHi, I tried to replace it with the correct code you suggested but when I hit save, it rewrites itself back to the \’xcxc\’ version. How is it possible to change?
Thank you very much for your assistance!June 29, 2015 at 5:09 am #26020Theme Horse Support TeamKeymasterHi nenutil,
Don’t copy all the style.css in custom css tab. Just only add those css which you need to edit. It seems that you have added all the style.css code in your custom css tab.
Where you have used font family some how like this
font-family: \'Genericons\';
which is not correct. You need to add somehow like this
font-family: 'Genericons';
then it will work.Ok fine it adds somehow like this
\'Genericons\'
then removed all thefont-family: \'Genericons\';
from your custom css then it will work.
If you remove it from custom css then the genericons will be displayed default from style.cssThank you!
June 29, 2015 at 10:17 am #26036nenutilParticipantGreat! Thanks for this tip. However it only helped for the font colour.
The icons are still being replaced by squares.June 29, 2015 at 10:33 am #26038nenutilParticipantAlso my logo and menu links got messed up. They used to be aligned before.
How do I fix that back?July 5, 2015 at 6:51 am #26184Theme Horse Support TeamKeymasterHi Nenutil,
Please update the theme.
You have customize most of the CSS and it looks mess.Thank you!
July 6, 2015 at 8:39 am #26199nenutilParticipantdid that, did not help
July 7, 2015 at 5:26 am #26232Theme Horse Support TeamKeymasterHi nenutil,
Please remove all the unwanted CSS code from the Custom CSS and paste only the Customized CSS only. Then it will work. Also what is the reason behind pasting all the CSS in Custom CSS?
To get your generic icons work, remove all this code from Custom CSS
font-family: \'Genericons\';
If you are still unable then Email Us your temporary username and password. Please don’t forget to send this forum Url too. We will help you.Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.