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

    Hi
    When i use generel styling and change main content background color my Product decription disaper.
    When i look at the code it remove the element style="display: block;"from the line:
    <div id="tab-description" class="panel entry-content wc-tab " style="display: block;">
    Becomes
    <div id="tab-description" class="panel entry-content wc-tab">
    Using Child Theme but also happening when using original theme.

    • This topic was modified 9 years, 3 months ago by customcms.
    #492189

    Hi Mika!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #tab-description { display: block !important; }

    Regards,
    Yigit

    #492193

    Hi
    I did and it worked fine.
    Is it an error in some theme or template files???

    #492195

    Hey!

    We will look into it and provide a fix if we can reproduce the same issue on our installations :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocomerce Product tab dont display’ is closed to new replies.