Home Forums Basel support forum Blog issues on mobile and woocommerce product badge

Blog issues on mobile and woocommerce product badge

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #88032

    ceofvo
    Participant

    Hello,

    1. I seem to have an issue on the mobile view of my site, if you view the blog post on a mobile phone the text becomes muddled up.
    2. How to disable the “new” and “discount %” badge on woocommerce products

    #88063

    Hello,

    I do not see any problems on the blog post: https://gyazo.com/58b71acc898a8aa34b311df3787a7911

    I would increase the line-height in the text, take this class .blog-post-loop.post-single-page .entry-content p and set the bigger line height in Advanced typography https://xtemos.com/docs/basel/advanced-typography-settings-2/

    In order to disable Product labels, navigate to the Theme Settings > Shop > Product Labels

    Best Regards

    #88095

    ceofvo
    Participant

    1. It does not solve it. Look at the first blog post content and some other blog post you will see that the mobile view is not good at all. https://postimg.cc/NyWqVfYW

    2. Done that but I can still see a “sale” badge on the products, how do i remove that.

    #88108

    Hello,

    Please deactivate all the third parties plugins not related to the theme and check the issue.

    Best Regards

    #88343

    ceofvo
    Participant

    I have deactivated all the plugins but the blog post issue still persist.

    Also you did not respond to my second point. See below

    2. Done that but I can still see a “sale” badge on the products, how do i remove that.

    #88374

    Hello,

    1. Now I do not see the problem, seems you have solved it https://gyazo.com/40424aa364025d567c42336029844e54

    2. Sales labels appears when you add the sales price. It can be removed with custom CSS:

    .product-label.onsale {
        display: none!important;
    }

    Add this code to the Theme settings > Custom CSS

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)