image links in comment bar?

Feb 18, 2011 16:24

Journal Preview: usagiljtest
Style Name: S2 Minimalism; Aquatic Moon theme
Account Type: Paid

Problem/Question: I'm looking to replace the links in the comment bar with images. I have zero experience with the Minimalism layout so I have no idea where to even begin with this. I'm using a heavily modified version of this layoutI'm comfortable with using theme ( Read more... )

resolved, questions

Leave a comment

Comments 2

Comment Bar Images - Instructions anarano February 18 2011, 23:50:51 UTC
1.
Disable following section in your CSS. You can do this with a "/*" at the beginning and a "*/" at the end of the section.
You could also delete the whole section, but I do not recommend it, you might need it later.

/*

.entrymenu a:link, .entrymenu a:visited, .entrysubmenu a:link, .entrysubmenu a:visited{
font-size:17px;
font-weight:bold;
color:#ac214b;
text-transform:uppercase;
font-family:arial;
letter-spacing:-1px;
line-height:27px;
}
.entrymenu a:hover, .entrymenu a:active, .entrysubmenu a:hover, .entrysubmenu a:active{
color:#fff;
}

*/2 ( ... )

Reply

Re: Comment Bar Images - Instructions cresselia February 19 2011, 00:21:08 UTC
Oh, that works wonderfully! Thank you so much. :D

Reply


Leave a comment

Up