Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter babar112

    (@babar112)

    And how to cover complete mobile width? I enabled “Force full width” but this is not working! Thanks

    Thread Starter babar112

    (@babar112)

    Hello,

    Thank you so much, it’s sworking now. Could you please share the reason of custom JS?

    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/

    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!

Viewing 4 replies - 1 through 4 (of 4 total)