Aldro ([personal profile] aldro) wrote in [community profile] style_system2013-05-21 11:46 am

Icons for metadata

I would like to replace the standard text of my currents for tiny icons, but I'm not sure what to add to the CSS code. Any help is greatly appreciated! :)

[personal profile] ex_awakened208 2013-05-22 09:27 am (UTC)(link)
Yeah, that's the thing about Flexible Squares. The tag label has no class to identify it by. There's a way around it, but it gets rid of all of the non-link text. Some people use gaps to separate the tags instead. Here's the code if you're okay with that/want to try it out.

.ljtags {
font-size: 0px; }

.ljtags a {
font-size: 10.5px;
padding-right: 10px; }


Hmm, I can't imagine why it would show up differently. Maybe if I had a screenshot of what you're currently seeing and a screenshot of what you'd like it to be, I could try to figure out why.

Alternatively, there is a theme layer code for replacing the text with icons without css, one that actually eliminates the tags label without having to try to work around it. Here's the code, if you're interested.

I'm sorry, I wish I could be of more help!

[personal profile] ex_awakened208 2013-05-22 10:08 am (UTC)(link)
I think I understand what you're looking for but I can't seem to make it look consistent while I'm testing it out. I'm sorry.

[personal profile] ex_awakened208 2013-05-22 11:11 am (UTC)(link)
You're welcome~