Changing the widget-title
-
I am working in WordPress.com and trying to customize some styles.
I am trying find and edit the CSS for the widget titles.
The title is in the code as:
<h1 class=”widget-title”> Visit Our Gallery</h1>
I found this in the code and put it in the css editing box.
.widget-title {
margin-top: 0;
font-size: 18px;
text-transform: uppercase;
}Changing the 18px doesn’t do anything.
I can’t figure out how to modify it with the <h1> tag attached.
Can someone help point me in the right direction?
The blog I need help with is: (visible only to logged in users)
-
OK I figured it out.
Found this:
.wf-active .widget-title {font-size:12.6px;font- style:normal;font-weight:400}
Changed the 12.6px to 22px and it worked.
Cheers …
- The topic ‘Changing the widget-title’ is closed to new replies.