In the sidebar, I am attempting to remove the italics and underline.
Thanks so much!!
The blog I need help with is inheritinghanfordblog.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
In the sidebar, I am attempting to remove the italics and underline.
Thanks so much!!
The blog I need help with is inheritinghanfordblog.com.
For the italics:
#sidebar {font-style: normal;}
Do you mean the underline from your links? if so, try this:
#sidebar a {text-decoration: none;}
If you mean the dotted line between items, try this:
#sidebar li li {background: none;}
Finally, if you mean the underline under the bold copy, try this:
#sidebar h2, #sidebar h3 {background: none;}
Good luck!
-Z
Thanks so much! This was very helpful.
Another questions -- is it possible to make the blog post author a hyperlink?
This topic has been closed to new replies.