Whenever I click on item in widgets on my blog, a line appears through it - Is there a way for this not to happen?
The blog I need help with is bonnieproject.wordpress.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
Whenever I click on item in widgets on my blog, a line appears through it - Is there a way for this not to happen?
The blog I need help with is bonnieproject.wordpress.com.
It's probably the default behavior for visited links, but can we get a link to your WordPress.COM blog to check, starting with http://
Here is the link - If there is a way to change the default, could you let me know. Thanks so much.
That is how the theme is styled. You can change it by purchasing the CSS upgrade and changing line-through to none (or whatever you'd like it to be).
#menu a:visited {
color:#B28E35;
text-decoration:line-through;
}
That is an odd way to differentiate visited links. I sometimes wonder about theme designers.
To change it would require the paid CSS upgrade and some CSS editing experience.
@ella, GMTA again.
OK - I appreciate the speedy responses. Thanks again.
This topic has been closed to new replies.