Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986552
    riakhmerov
    Participant

    Hello,
    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?

    #986559
    riakhmerov
    Participant
    This reply has been marked as private.
    #987061
    Friech
    Moderator

    Hi 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!

    #987163
    riakhmerov
    Participant

    Worked perfectly, thanks!

    #987177
    Rupok
    Member

    You 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!

  • <script> jQuery(function($){ $("#no-reply-986552 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>