I have this page where there used to be a thermometor and it had display none set to it so that it did not display however I want to use it now but not sure how to find what css was used and where?
http://www.littleqari.com/product/little-qari-funding-campaign/
the thermonetor should show under the heading that says Little Qari Funding Campaign
SamA74
January 22, 2016, 1:32pm
2
Does your editor have a “find” function?
Search for “none” in the css. OK, there are an awful lot of stylesheets there.
There are also many, many 'display:none’s in all that css.
PaulOB
January 22, 2016, 8:24pm
4
Is the thermometer in the html? I can’t see it anywhere in the html when I view source.
You have an empty div width display:none under that heading you mention.
<div style="display:none">
</div >
However there is no thermometer to be seen in the html so making the div display:block will be no good.
hantaah
January 22, 2016, 10:29pm
6
Yes I finally found it, I searched through the css and found it in the options custom css.
Thanks for all your help.
system
Closed
May 26, 2016, 12:59am
7
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.