Home Forums WoodMart support forum Add feature for heading image on taxonomies

Add feature for heading image on taxonomies

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272125

    florianibe
    Participant

    Hi,

    you know meanwhile that we love our theme but to make it much more better the category heading image field should be also possible for taxonimies like brands, colors or anything else.

    E.g. brand page: https://www.optikwolf.de/marke-hersteller/maui-jim/
    Only Brand-Logo is possible. For Heading it would be very nice if possible too.

    Florian

    #272162

    Hello,

    Unfortunately, there is no option to set the image for the brand page, you can set the image for each brand with custom CSS:

    body.tax-pa_marke-hersteller .page-title-default {
        background-image: url(http://yoursite.net/wp-content/uploads/revslider/slider-toys/v-toy-sl-bg-1.jpg)!important;
    }

    You need to extract this class from each brand page: https://prnt.sc/10h8ayv and replace in the code: body.tax-pa_marke-hersteller .page-title-default

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

    Best Regards

    #272673

    florianibe
    Participant

    Hi, yes i know it, but can you add this functions like product categories?
    A normal client cant handle it and i think you have the functions ready but only need to add the field to the admin panel of taxnonomies.

    This would be very easy and nice for everybody.

    Florian

    #272711

    Hello,

    We shall consider that but we do not promise we would implement it in the nearest updates.

    Best Regards

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