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.
Hi Mika!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#tab-description { display: block !important; }
Regards,
Yigit
Hi
I did and it worked fine.
Is it an error in some theme or template files???