Hello, how can I change 'Views' and 'Comments' texts to Icons?
Roughly drafted
http://jsfiddle.net/n3cs9cdw/
@R_J said: Roughly drafted http://jsfiddle.net/n3cs9cdw/
@R_J said: Roughly drafted
where I need to put this?
.MCount { font-size: 0; } .MCount .Number { font-size: 24px; } .ViewCount .Number::before { content: url("https://addons.cdn.mozilla.net/user-media/addon_icons/460/460227-64.png?modified=1386384761") }
and this where ? span class="MItem MCount ViewCount">span class="Number" title="23 Besuche">23/span> Views
Sorry, but if you do not know that, you would either have to let do someone do the complete styling for you or learn it by yourself.
Get the CSSEdit plugin and past the css there. Then try to find a online tutorial and start playing around.
@R_J said: Sorry, but if you do not know that, you would either have to let do someone do the complete styling for you or learn it by yourself. Get the CSSEdit plugin and past the css there. Then try to find a online tutorial and start playing around.
@R_J said: Sorry, but if you do not know that, you would either have to let do someone do the complete styling for you or learn it by yourself.
Thank you. Worked!
Comments
Roughly drafted
http://jsfiddle.net/n3cs9cdw/
where I need to put this?
.MCount {
font-size: 0;
}
.MCount .Number {
font-size: 24px;
}
.ViewCount .Number::before { content: url("https://addons.cdn.mozilla.net/user-media/addon_icons/460/460227-64.png?modified=1386384761") }
and this where ?
span class="MItem MCount ViewCount">span class="Number" title="23 Besuche">23/span> Views
Sorry, but if you do not know that, you would either have to let do someone do the complete styling for you or learn it by yourself.
Get the CSSEdit plugin and past the css there. Then try to find a online tutorial and start playing around.
Thank you. Worked!