I am just a beginner with WordPress, first attempt at using it and because I am an OLD programmer, I decided I wanted my site not to look like a blog, but an info site, using blogs like pages, because I needed categories.
My problem was that I wanted my tag list, which is displayed below the blog to be in a small font (0.7 or 0.8em), as I imagined most users would not need it. No one but me can be logged in, but it does not display any differently, whether I am logged in as admin or not logged in as a guest – I still get the 12pt style font-size. As you suspected !important did not work either
I use Chrome, because Firefox ( + 2 Extensions) is so slow to load, worse than Adobe Reader. I have also installed FireBug Lite via Javascript, but its output is a far too advanced for my ancient brain.
I have searched the site for any file with 12pt
in it and I can only find two, which have no bearing whatsoever on Tags.
So thank you again for your help and I am at a loss to understand where it has come from.
UPDATE
It was my fault. Because I am using wp_tag_cloud() to display tags and I wanted them all the same size, I had defined smallest and largest to be the same size and not really knowing what I was doing I had used 12 as my value.
Is there a another way to display all tags, so that I could use CSS to control the size ?
Many apologies for wasting everyone’s time, but at least I have learned a bit more about WordPress.
`