Standard Theme follow blog widget title doesn't look like other widget titles
-
Hi, I have Standard Theme and the CSS upgrade. I cannot find the css code to make the follow blog widget title look like all the other widget titles in my side bar. (I don’t know why it doesn’t inherit the desired style).
By using firebug, I can find and manipulate the correct CSS code. But I can’t find it in the original CSS file. Can anyone help me? averageus.com
The blog I need help with is: (visible only to logged in users)
-
Hi Lon,
Try the following CSS:
.widget label {
font-size: 16px;
color: #444;
font-family: inherit;
font-weight: bold;
}Does that fix this for you?
-
- The topic ‘Standard Theme follow blog widget title doesn't look like other widget titles’ is closed to new replies.