I've got a customized version of the Blix theme at http://www.salesteamtools.com. I'm wanting to make links within posts automatically bold, but not the ones elsewhere (i.e., my sidebar).
What do I change in my css files?
I've got a customized version of the Blix theme at http://www.salesteamtools.com. I'm wanting to make links within posts automatically bold, but not the ones elsewhere (i.e., my sidebar).
What do I change in my css files?
without seeing your site, we can't tell you the css. it will be something like:
.post a {font-weight: bold;}
where .post is the the name of the class that wraps your post content.
Sometimes that will be something like "entry" or "entrytext" too. I don't do blix, not sure which particular div id you'd need to look for.
This topic has been closed to new replies.