Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,
    we hope you’re doing well.

    In order to fix the display issue, add this CSS in Appearance > Customize > Adittional CSS:

    .top-header .wishlist-box i {
      font-family: 'fontawesome' !important;
    }

    Try it out and tell us if it works well for you.

    We will be attentive to your response.

    Have a nice day!

    Thread Starter babar112

    (@babar112)

    Hi Jaun,

    Thanks buddy It looks perfectly but I had another issue regarding wishlist page font style.
    I add this additional CSS for some purpose

    .yith-wcwl-share i.fa,
    i.yith-wcwl-icon.fa {
        font-family: FontAwesome;
    }
    
    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i{
        display: none;
    }
    ul.products li.product .mkdf-pl-inner .yith-wcwl-add-button i {
        display: none;
    }
    .mkdf-woo-single-page .mkdf-single-product-content .images figure .yith-wcwl-add-to-wishlist{
        position: absolute;
        left: 30px;
        top: 30px;
        width: 30px;
        height: 30px;
    }
    .mkdf-woo-single-page .mkdf-single-product-content .images figure .yith-wcwl-add-to-wishlist a {
        padding: 5px 2px 4px 5px;
        border: none;
    }
    
    .mkdf-woo-single-page .mkdf-single-product-content .images figure .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a{
        padding: 3px 0
    }
    
    .mkdf-woo-single-page .mkdf-single-product-content .images figure .yith-wcwl-add-to-wishlist a i{
        display: none;
    }

    How I change/match font style of wishlist page content?

    Thanks a bunch!

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,
    thanks for your reply ??

    Could you tell us what you mean exactly? You can send us a screenshot if you wish. Assuming you mean the “My wishlist” and “Share on” titles that we see use a different font than the rest of your site, add this CSS:

    body.woocommerce-wishlist h2 {
       font-family: inherit !important;
    }

    Try it out and tell us if it works well for you.

    We will be attentive to your response.

    Have a nice day!

    Thread Starter babar112

    (@babar112)

    Yes, you got my point but not completely when you add any product then the font style of description is different from other pages can you check once again.

    Thank you

    https://onlinehomeshop.com.au/wishlist/

    Hello there,

    Thanks for your reply, I hope you are doing well ??

    What do you mean by the description on the wishlist page? I see it as the following image and I can’t understand what font style you want it to have, could you tell me which section you want to change the font and also what font style you want it to have?

    I am looking forward to your response.
    Have a nice day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wishlist Icon not showing properly’ is closed to new replies.