Tagged: x
-
AuthorPosts
-
March 30, 2016 at 2:46 pm #859343
Hi!
I’ve been having issues getting the double arrow down in renew to switch to single. the code I used worked when I did it in customizer, but periodically it would get messed up again and switch to f107. I tried putting it in my style.css but am having issues, can you please help?? My style.css looks like this:
/*
Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x*/
body .x-navbar .desktop .x-nav li > a > span::after {
content: “\f107” !important;
}body .x-navbar .mobile .x-nav li > a .x-sub-toggle > span i::before {
content: “\f107” !important;
}Thanks!
March 30, 2016 at 2:47 pm #859346This reply has been marked as private.March 30, 2016 at 9:50 pm #859972Hi There,
Thanks for writing in! Yes, that is because every time you save the customizer it will strip every backslash. Your code on child theme’s style.css file looks fine. I can see a single arrow on your menu now. Please confirm the issue.
Cheers!
March 31, 2016 at 7:53 am #860768Thats weird… I’m not seeing it! I see a double arrow down.
March 31, 2016 at 1:22 pm #861202Hi there,
Thanks for updating. I am another Staff and seeing this correct on my end too – http://prntscr.com/amhzrd
So let’s clear your browser’s cache and check again.
Cheers!
March 31, 2016 at 3:42 pm #861428You guys are right. Thanks 🙂
March 31, 2016 at 11:03 pm #861925You are most welcome. 🙂
-
AuthorPosts