Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866056

    belayachimarouane
    Participant

    Hello, I would love to change the cart icon with a ticket logo, is there any ticket icon that comes ready with X theme ? Is so how can I change the cart to a the ticket icon ?
    Thank you!

    #866479

    Jade
    Moderator

    Hi there,

    Here are the available icons in X: http://theme.co/x/demo/integrity/1/shortcodes/icons/

    Kindly let us know which icon you want to use and the URL of your page so that we can assist you further.

    Thank you.

    #866595

    belayachimarouane
    Participant
    This reply has been marked as private.
    #867102

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > Javascript in the Customizer.

    jQuery( document ).ready(function( $ ) {
    $( ".x-cart.outer-inner.inline.square span.outer" )
      .html( '<i class="x-icon x-icon-ticket" data-x-icon="" aria-hidden="true"></i>' ); 
    });

    Hope this helps – thanks!

    #867226

    belayachimarouane
    Participant

    Thanks a lot!

    #867637

    Paul R
    Moderator

    You’re welcome! 🙂