Tagged: x
-
AuthorPosts
-
May 11, 2016 at 3:47 pm #986552
riakhmerovParticipantHello,
I wanted to change the fa-angle-double-down to fa-angle-down in the mobile version which adds the span then i tag.
In the desktop version all I had to do was change the content for the ::after pseudo class to /f107.
However, I can’t do the same in the mobile version and it still displays it as fa-angle-double-down.
How can I change the span i class for mobile?May 11, 2016 at 3:48 pm #986559
riakhmerovParticipantThis reply has been marked as private.May 11, 2016 at 9:58 pm #987061
FriechModeratorHi There,
Thanks for writing in! Please add this custom css code on top of your Custom Global CSS in Customizer.
.mobile [data-x-icon]:before, .mobile [class*="x-icon-"]:before { content: '\f107' !important; }It would not work if you append it below, because there is an syntax error somewhere on your custom css. Please check your whole custom css here: http://csslint.net/ and address any errors.
Hope it helps, Cheers!
May 12, 2016 at 12:01 am #987163
riakhmerovParticipantWorked perfectly, thanks!
May 12, 2016 at 12:09 am #987177
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-986552 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
