Viewing 1 replies (of 1 total)
  • Hi Monika,

    In the premium version, you would have access to the “Labelling” area of the “Options” tab, which would allow you to change the wording for labels, such as the Sub-Categories one you mentioned.

    One alternative to this, which you could do while using the free version, would be to create new translation files (i.e. “.mo” and “.po” files) that have the labelling as you want it.

    You can hide the Categories heading by adding the following code to the “Custom CSS” box for your catalog (found by going to the “Catalogues” tab and clicking on the catalog you want):

    .prod-cat-sidebar-cat-title {
    display: none;
    }

    You can’t hide just the Product Name label, but you can hide the label and the search box by adding the following code:

    .prod-cat-text-search {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘CSS help’ is closed to new replies.