Home Forums Basel support forum A couple of questions on shop page

A couple of questions on shop page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45758

    hsianglin21
    Participant

    Hi, may you advise on the following in my screenshot: thank you

    1) how to remove the back arrow function
    2) how to change font size of category page title, theme settings > typology >Primary font has no such option
    3) how to change this sort by tool to display the basel sort tool instead

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

    Artem Temos
    Keymaster

    Hi,

    1. Use this code snippet

    .title-shop .basel-back-btn {
    	display: none;
    }

    2. This one to change the font size

    .title-shop .nav-shop h1 {
        font-size: 50px;
    }

    3. Sorry, but you can’t replace that dropdown with our sorting widget.

    Regards

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