• Resolved alexprs7

    (@alexprs7)


    Hello I would like to know How to change the “wishlist” icon to “heart” icon in the header
    please find a screenshot here:https://imgur.com/a/uiilaVj

    I have searched a lot but not found a solution I hope to have an answer from you thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    This is probably a theme’s customization, and you should ask theme’s developers for a proper answer
    Anyway, if you share with us an url to your site, I could try to implement desired result with some custom CSS

    Thread Starter alexprs7

    (@alexprs7)

    Hi, thank you for your answer our website is in maintenance mode.

    We use the theme:
    https://themeforest.net/item/fabio-woocommerce-shopping-theme/20806028

    If you have a solution it will be perfect

    Thank you

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Please, try to add the following CSS rules to Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize)

    header.site-header .top-header .wishlist i {
        display: inline-block!important;
    }
    
    header.site-header .top-header .wishlist span {
        display: none!important;
    }
    
    Thread Starter alexprs7

    (@alexprs7)

    You are the best thank you ??

    Plugin Author YITHEMES

    (@yithemes)

    You’re welcome ??

    If you enjoy our plugin, don’t forget to leave us a 5 star review, to support us and help our work
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change the “wishlist” icon to “heart” icon in the header’ is closed to new replies.