Leave a comment

(The comment has been removed)

neen July 20 2017, 19:15:25 UTC
Thank you for using it! ♥

Reply

(The comment has been removed)

neen July 25 2017, 20:44:50 UTC
OMG no, there is no stupid question!
Actually, I've disabled the sidebar's tag list because I just wasn't satisfied with its looks. (And I don't like it when the link list and the tag list look the same.) But I don't mind giving that snippet of code!
First, in the Sidebar section, look for this:

.sbartitle,
.sbarbody:not(#sidebar_linklist) .sbarlist {
display: none;
}
#sidebar_tags.sbarbody,
#sidebar_calendar.sbarbody,
#sidebar_summary.sbarbody {
display: none;
}Remove , .sbarbody:not(#sidebar_linklist) .sbarlist and #sidebar_tags.sbarbody, (both commas included).
And then, copy/paste the instructions below at the end of the CSS stylesheet:

#sidebar_tags.sbarbody {
font-size: 0;
margin: 0 0 23px;
}
#sidebar_tags.sbarbody .sbarcontent .sbaritem {
background-color: #fff;
border: 1px solid #eee;
display: inline-block;
font-size: 9px;
margin: 0 2px 2px 0;
padding: 10px;
}And you're done! If you don't like this look, I can come up with something else. :)

Edit: ( ... )

Reply

(The comment has been removed)

neen July 26 2017, 09:24:05 UTC
Anytime. :)

Reply


Leave a comment

Up