I have a Joomla 3 website where I created a blog using a design-controll template. I made a "new-article" page but realized that some buttons were missing text. Upon inspecting with Firebug, I found that there was a font-size:0
property causing this issue. I removed the V from it in Firebug and the text appeared as expected. However, even after deleting all instances of font-size: 0px;
in the file, the text remained invisible. It's frustrating!
This is how it currently looks:
And this is how I want it to look when I remove the V from font-size:0
:
It's really driving me crazy.
Here's the file. Notice that line 2875 is empty:
I've tried different browsers and computers, but the text remains invisible and Inspect Element still shows font-size: 0px;
.
Here's the link to the page (public for now, will be members-only later):