Home Forums WoodMart support forum Category banner

Category banner

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

    dukas024
    Participant

    When category banner is added to category, category names do not appear. Can you do something like this in the example for this problem?

    #139148

    dukas024
    Participant

    Dude Can we do it this way? Is this possible
    Please answer me

    https://prnt.sc/oui9ce
    https://prnt.sc/oui9x9
    https://prnt.sc/ouia80
    https://prnt.sc/ouiatr

    #139209

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area

    Best Regards

    #139217

    dukas024
    Participant

    I think you got it wrong.
    Please see the sample picture conveyed

    https://prnt.sc/oui9ce
    https://prnt.sc/oui9x9
    https://prnt.sc/ouia80
    https://prnt.sc/ouiatr

    Can we include the category names in the box as shown in the picture? Button Shape

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

    dukas024
    Participant

    https://www.gamesatis.com/
    Please see the Category Layout of this site.
    Can we do it this way?
    Wouldn’t it be more beautiful?

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

    Hello,

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

    body .category-nav-link .category-products-count {
        display:none;
    }
    .category-nav-link .category-summary {
        display: inline-block;
    background-color:blue;
    	padding:5px;
    	border-radius:10px;
    }
    body .category-nav-link .category-name:after {
    background-color:blue;
    }

    Change the styles as per your needs.

    Best Regards

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