-
Author
-
September 23, 2017 at 15:48 #174507kffanerParticipant
The current social icons that appear at the top of the front page are very difficult to notice, the font awesome facebook icon is not visible and is uncommon to use that kind (a lower “f” letter…). I want to change it to the default facebook icon, could you help me on how i can do that? there were no option for it that i could fine in admin panel and i could not find the icon source in the files. thanks.
September 24, 2017 at 00:07 #174572Kieran_SQModeratorHi,
I am going to ask one of our developers look into this for you as I cannot seem to identify the fix. They’ll be in touch on Monday or Tuesday to discuss this with you.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 29, 2017 at 16:22 #175169RaduModeratorHi,
You can choose another icon by following this guide: https://archived.seventhqueen.com/kleo/article/use-custom-fontello-icons-kleo-theme
and then you will have to add this selector
COPY CODE.icon-facebook:before { content: '\e94e'; }
And replace \e94e with your new Facebook icon code.
If you want a nonfontello icon tell me
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 29, 2017 at 17:10 #175181kffanerParticipantweird, i followed the steps and it worked in customizer view but when i saved it shows the code “f230” instead of the icon. You can see it live on my website the issue. Bibleandprayers.com
September 29, 2017 at 18:49 #175193RaduModeratorHi,
All good but you have forgotten to add the \ before the code f230
COPY CODE.icon-facebook:before { content: '\f230'; font-size: 20px; color: #4266b2; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 29, 2017 at 19:13 #175198kffanerParticipantI dont know why but this is only happening on this theme:
Every time i hit “save and publish” the code changes… it keeps reverting it back or removing the quotation marks and causing the code not to work, i mean wth? lol can you help me figure out wth is happening here? thanks.
September 29, 2017 at 19:15 #175199kffanerParticipantI added the following code:
.icon-facebook:before {
content: “\f082”;
font-size: 20px;
color: #4266b2;
}and after i hit savd and publish, it changes the code to this:
.icon-facebook:before {
content: f082;
font-size: 20px;
color: #4266b2;
}October 2, 2017 at 15:44 #175420RaduModeratorHi,
On my local install that not happens when I paste this to quick css area from theme options
Paste again the code but from here: https://pastebin.com/raw/zcfF6syU
From what I see there are used some wired quotes, see screenshot
Try to copy the code from Pastebin, if it’s still the same paste the code in wp-content/themes/kleo-child/style.css from the pastebin link.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 2, 2017 at 16:05 #175423kffanerParticipantok i figured one of the plugins was overwriting this code, for whatever reason, so i am using this plugin to do the css changes, and it seems that it is reading the code properly now, however, instead of the icon that it is supposed to show now it shows this weird empty square. Im assuming it is not picking up the icon, you can see it on my website live. Any suggestions?
October 2, 2017 at 18:51 #175458RaduModeratorHi,
Wired, looks like the icon code missing in fontello files… try to re-do this: https://archived.seventhqueen.com/kleo/article/use-custom-fontello-icons-kleo-theme worked before.. try to re-save the theme options, empty all caches, minified resources etc.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 2, 2017 at 19:08 #175463kffanerParticipantlmao we are just moving in circles, now its doing the same thing as before where when i save the changes it removes the “\” before the code, making it error out and simply display the content of “f082” XD any clue whats going on here? why would the system change the code lmao?
October 2, 2017 at 19:14 #175464kffanerParticipantif you can direct me to where that icon is hardcoded maybe it would be easier just to change the icon in the code itself rather than play with css, as it seems the css for whatever reason keeps changing every time i update it by removing the “\” and causing the code to be invalid.
October 2, 2017 at 19:55 #175466kffanerParticipantok i did some investigating and the following code works, although it still removes the \ after each saving which is if i want to add some more css to the file, i need to make sure to re-attach the \ to this code before saving for it to work. Do you have any idea why the system keeps removing it?
.icon-facebook {
position:absolute;
}
.icon-facebook:before {
content: “\f082”;
font-size: 20px;
font-family: FontAwesome;
color: #4266b2;
position:relative;
}October 3, 2017 at 16:08 #175559RaduModeratorHi,
All good now right ?
No ideea why exactly, but pay always attention to the ” “” to be the same and not wrong encoded like those “ or ”
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.