Home Forums WoodMart support forum Show product category

Show product category

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #552227

    Javi24
    Participant

    Hello,

    How to display only Primary category – https://prnt.sc/40cRU2T5A0fL

    #552309

    Hello,

    01. Please Navigate to Theme Settings > Products Archive > Product Styles and check the option “Show Product Category”. There is no option in theme settings to show only the primary category.

    02. If you want to hide the all the tabs, Please add this code to the Theme Settings > Custom CSS > Global:

    .product-tabs-wrapper{
    display:none;
    }

    This code would remove the tabs from all the products and if you want to hide the custom tabs remove the tab from here, Then Navigate to Theme Settings > Single Product > Tabs > Remove the Additional tabs.

    Best Regards.

    #552317

    Javi24
    Participant

    Hello,

    And how would it be possible to display only the primary category?

    #552345

    Hello,

    It will show all the categories which you have selected in the edit product page.
    https://ibb.co/rm2CJL7

    Best Regards.

    #552454

    Javi24
    Participant

    Maybe you have to provide php code that would display only the main category

    #552628

    Hello,

    Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope.

    Best Regards.

    #555626

    Javi24
    Participant

    Hello,

    But how to change comma color?

    #555702

    Hello,

    Can you please share the page URL I will check and give you a custom css code.

    Best Regards

    #555711

    Javi24
    Participant

    Hello,

    I sent link

    #555923

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #555925

    Javi24
    Participant

    Hello,

    How is it possible that it is not possible to change the comma color?

    #556049

    Hello,

    Sorry for the last reply wrongly sent to you. It was for another topic not for you. Really sorry for the inconvenience.

    You can easily change the color of the comma by using the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-product .wd-product-cats {
    	color: red;
    }

    Best Regards.

    #556477

    Javi24
    Participant

    Thank you!

    #556565

    Artem Temos
    Keymaster

    You are welcome. Feel free to contact us if you have any further questions.

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

The topic ‘Show product category’ is closed to new replies.