Removing pagination at top and mobile viewing issues

This topic has 4 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler

  • Avatar: strangehaven
    strangehaven
    Participant
    April 12, 2019 at 00:02

    When testing my site on the mobile phone I notice a few things,

    #1 – the menu – drop down items are not picking up my sites font
    #2 on the products category page the products are listed with the full description – is it possible to not show the description?
    #3 Can I limit the number of items per page for mobile viewing?

    Also :
    How can I remove the pagination at the top of the products (with default sorting and page numbers) and only have the next pages display at the bottom for both web view and mobile view?

    thanks much

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 12, 2019 at 08:10

    Hello,

    1) Please add this CSS code in Global custom CSS area:

    @media only screen and (max-width: 992px) {
        .template-container .mobile-menu-wrapper .menu > li .sub-menu li a {
            font-family: "Roboto Condensed";
            font-size: 14px !important;
            color: #767676;
        }
    }

    2) Please provide URL and acreenshot for better understanding the desired result.
    You can use such screenshot maker as Lightshot https://prnt.sc/
    3) There is no such possibility, by default.
    4)

    .main-products-loop .filter-wrap {
        display:  none;
    }

    Regards

    Avatar: strangehaven
    strangehaven
    Participant
    April 16, 2019 at 01:30

    Thanks so much! That was perfect! You guys are the best!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 16, 2019 at 07:04

    Hello,

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.