[personal profile] jordannamorgan posting in [community profile] style_system
So, as of DW's latest code push, I'm seeing little arrow-shaped links on either side of every single tag on my journal entries. These links do nothing more useful than point to the last entry using that tag (or worse, an error page, if there's no earlier/later entry to point to). This seems like utterly redundant, pointless clutter to me.

Very simply, I do NOT want to be seeing these arrow links. If someone could provide me with some code for getting rid of them, I would tremendously appreciate it. Thank you.

Re: Gets rid of spaces too:

Date: 2015-01-22 04:08 am (UTC)
From: [personal profile] royalball
Did you make sure to fill in your layouts text size where it says "[your layout's font size for tags]"? The font size on your journal looks like 13px so this should work:

.tag li{
font-size: 0px !important;
}
.tag-text {
font-size: inherit;
}
.tag a {
font-size: 13px;
}
.tag li:after {
content: ",";
font-size: 13px !important;
}
.tag li:last-child:after {
content: "";
}
.tag li>a:not([rel=tag]) {
font-size: 0px;
}


Sorry I wasn't clear enough.

Re: Gets rid of spaces too:

Date: 2015-01-22 04:36 am (UTC)
From: [personal profile] royalball
Oh jeez I'm so sorry! I didn't test it enough in other circumstances before I originally posted it and I messed up one of my edits while trying to fix it too. Glad I could help you out!

Re: Gets rid of spaces too:

Date: 2015-01-24 10:58 am (UTC)
filialucis: (Default)
From: [personal profile] filialucis
This is brilliant, thank you so much! It's so nice to be able to get rid of the horrible spaces as well as the arrows.

Re: Gets rid of spaces too:

Date: 2015-01-25 07:58 am (UTC)
From: [personal profile] royalball
Glad I could help!

Profile

Dreamwidth style system discussion

September 2025

S M T W T F S
 123456
78 910111213
14151617181920
21222324252627
282930    

Style Credit

Expand Cut Tags

No cut tags
Page generated Sep. 9th, 2025 08:10 pm
Powered by Dreamwidth Studios