Home Forums WoodMart support forum How To Hide “Showing ——— Result”

How To Hide “Showing ——— Result”

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #361083

    Faizan Chauhaan
    Participant

    How to hide Showing Product Count Result in shop page ” Mobile View”
    Please check screenshot below!

    Attachments:
    You must be logged in to view attached files.
    #361184

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .wd-shop-tools{
    display:none;
    }

    Best Regards

    #361357

    Faizan Chauhaan
    Participant

    Dear Elise Noromit!
    I Want to Hide Only ” Showing ———- Results”

    Not SideBar & Filters

    #361473

    Hello,

    Please replace the code with this one:

    body .wd-shop-tools p{
    display:none!important;
    }

    Best Regards

    #361610

    Faizan Chauhaan
    Participant

    Thanks above code worked,
    now can you give code how to remove this marging check below picture please!

    Attachments:
    You must be logged in to view attached files.
    #361646

    Faizan Chauhaan
    Participant

    Thanks above code worked,
    now can you give code how to remove this marging check below picture please!

    Attachments:
    You must be logged in to view attached files.
    #361831

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.woocommerce-shop .page-title {
        margin-bottom: 0;
    }

    Best Regards

    #361990

    Faizan Chauhaan
    Participant

    Thank you so much!

    #362008

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘How To Hide “Showing ——— Result”’ is closed to new replies.