Home Forums WoodMart support forum produsts tab problem

produsts tab problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37259

    alegro2
    Participant

    I need help with products tab because I get some code in description on main page; Problem is only with tab ‘NEW’ when I select data source – product with new label;

    when I select Short description OFF in theme setting and don’t wrtie short descripton I get some line of code in product tab in main page;

    If I write short decription and select off in setting , short description is visible; If select on is visible too 🙂

    How to fix it if I don’t need short description and some error code in new tab?

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

    Artem Temos
    Keymaster

    Hi,

    In your Theme Settings, you are disabling short description option for the single product page. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

    .woodmart-hover-base .hover-content-inner{
    	display: none!important;
    }

    Regards

    #37891

    alegro2
    Participant

    Thank you; it works very good 🙂

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

The topic ‘produsts tab problem’ is closed to new replies.