• Resolved whaynederland

    (@whaynederland)


    Hello,

    When I go to the product page, I already see all of the sub categories. Is it possible to hide those untill you select the main categorie first?

    Also, the font on a single product page wont change. It’s ‘Merriweather’ now but i need it to be Assistant. (see: http://prntscr.com/nil8ow )

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @whaynederland,

    You can solve your first issue by going to Styling > Sidebar and enabling “Collapsible Sub-Categories (Requires Hierarchical)”. Note: Make sure to click on “Save Changes”.
    Does that work for you?

    As for your second issue, you can use the following Custom CSS to solve it:

    .upcp-tabbed-product-name {
        font-family: Assistant;
    }
    Thread Starter whaynederland

    (@whaynederland)

    Thanks for the response,

    This both didn’t work for me.

    Thread Starter whaynederland

    (@whaynederland)

    I also would like to have the list view: http://prntscr.com/nj0xsp to be the standard one and hide the other options.

    Hi @whaynederland,

    For the layouts issue, you can hide the other views by adding the “excluded_layouts” attribute to your shortcode. The expected shortcode should be like so:

    [product-catalogue id="X" excluded_layouts="Detail,Thumbnail"]

    For the font issue, you said that it was not working for the single product page correct? I tested the Custom CSS code I gave you and it works. You can try to enforce by using “!important”, however I did not need to.

    .upcp-tabbed-product-name {
        font-family: Assistant !important;
    }

    For the collapsing issue, do you have any cache plugins installed? If so, could you delete your cache. Does it work now?

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

The topic ‘Categories & Fonts’ is closed to new replies.