Home Forums WoodMart support forum Рage title attribute

Рage title attribute

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #103914

    RosBiz
    Participant

    Hey.
    Faced a problem.
    I woocomerce brand made as an attribute.
    https://c2n.me/3Zmj1Fa.png

    In the item card there is a link to the archive of attributes.
    https://c2n.me/3ZmjaYO.png

    If you go to the archive attribute, then in the title I see all categories of the store.
    https://radders.ru/brend/isomax

    Is there a way to disable the display of categories in the header of the attribute archive?

    #103936

    Hello,

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

    .tax-pa_brand .woodmart-product-categories{
    display:none;
    }

    Best Regards

    #110413

    RosBiz
    Participant

    Unfortunately, this solution did not help.
    Is it possible to change the attribute mapping with a child theme?

    #110443

    Hello,

    Your site does not work now, please contact us as soon as your site is on again.

    Best Regards

    #110467

    RosBiz
    Participant

    The site is working. We did not turn it off.
    https://radders.ru/brend/isomax

    #110481

    Hello,

    Please try this code:

    .tax-pa_brend .category-nav-link .category-name {
        display: none!important;
    }
    .tax-pa_brend .category-nav-link .category-products-count {
        display: none!important;
    }

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

    Best Regards

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