Tagged: x
-
AuthorPosts
-
September 15, 2016 at 7:01 pm #1177348
minyonaParticipantI’ve been customizing a few things on an x theme site I built for a client, but have a few adjustments that I’m stuck on… See the next post for details.
September 15, 2016 at 7:06 pm #1177354
minyonaParticipantThis reply has been marked as private.September 15, 2016 at 11:48 pm #1177719
FriechModeratorHi There,
Thanks for writing in! To change the color of the phone icon and giving it a little space between the links, add this on your custom CSS
.call-icon-mobile a i:before { color: #fff; padding-right: 10px; }And this is for the mobile menu
.x-btn-navbar .x-icon-bars:before { color: #fff; }This is the code that applying a black color on those icons.
/* mobile nav sub menu*/ [data-x-icon]:before, [class*="x-icon-"]:before { color: #000; }Maybe lets make that more specific so not all icons including those social icon on the footer to be affected. Do you need that code to be applied on the sub-menu double down arrow? If so, please update that code to this:
.x-sub-toggle .x-icon-angle-double-down:before { color: #fff; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1177348 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
