Post Title Help
-
I’m trying to make my post title (link) a different color than my body link. Can’t seem to find the right code below to change. Any help is appreciated….
a, a:link (line 10)
{
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
text-decoration: none;
}
div.hfeed a, div.hfeed a:link, div.entry-content ul.xoxo li.hentry span a, div.entry-content ul.xoxo li.hentry span a:link (line 16)
{
color: #34425b;
font-weight: bold;
}
div.hfeed .entry-title a, div.hfeed .entry-title a:link, div.hfeed div.entry-meta a, div.hfeed div.entry-meta a:link (line 17)
{
border-bottom-width: medium;
border-bottom-style: none;
border-bottom-color: -moz-use-text-color;
}
div.hfeed a:visited, div.entry-content ul.xoxo li.hentry span a:visited (line 20)
{
color: #677284;
}
div.hfeed a:hover, div.hfeed .entry-title a:hover, div.hfeed div.entry-meta a:hover, div.sidebar a:hover, div.entry-content ul.xoxo li.hentry span a:hover (line 24)
{
border-bottom-width: 2px;
border-bottom-style: dashed;
border-bottom-color: #0d1117;
color: red;
}
div.hfeed .entry-title a:visited (line 21)
{
color: #34425b;
}
div.hfeed a:hover, div.hfeed .entry-title a:hover, div.hfeed div.entry-meta a:hover, div.sidebar a:hover, div.entry-content ul.xoxo li.hentry span a:hover (line 24)
{
border-bottom-width: 2px;
border-bottom-style: dashed;
border-bottom-color: #0d1117;
color: red;
}
-
Post titles are generally in the h2 element. Without looking at the blog you are working on, I can’t tell you where to change it.
-
I’m pretty sure that’s not a wordpress.com blog. You’ll need to ask at http://wordpress.org/support
- The topic ‘Post Title Help’ is closed to new replies.