Okay
  Public Ticket #2250388
Problem in showing product tags
Closed

Comments

  • Mohamadreza started the conversation

    Hello

    I bought theme from your site but i have problem with product tags. My problem is when I dedicate tags to any product in product page in page preview I see all of tags in bottom of product page. May be it is not related to your corporate but if you can help me I'll be grateful.for more information you can see attachment.

    Thanks

     

  •  2,575
    Kevin replied

    Hi Mohamadreza !

    I have adjusted to display the tags for each product in the "Description" section.
    # you delete the extra tag in each product with WPbakery item
    Check back on the site

    thank you

  • Mohamadreza replied

    Hi kevin!

    My problem was solved. Thanks for your guidance. I want to know how you add and adjuste tag area in description sector. For exmaple I want to change size font for "tags" word. How i can do this?

    Thanks

  •  2,575
    Kevin replied

    Hi Mohamadreza !

    I have added a function to change the "Description" tab section.
    and add tags to the product being viewed
    # to change the "Tags" style
    Add the following css property at Appearance-> Customize-> Additional CSS


    .single-product h4.title-tag {
        font-size: 25px;
        font-weight: 500;
    }

    thank you