Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I change this font colour?

Ok, the widget title color is inherited in the H2 tag declared before… so, if you want to change the color, i would add the: “add this” at the style sheet. The welcome widget has its own class declared down or up, if you want to change the h2 color of the welcome title look at the code and put your color there, but it´s explicitly declared so change the color.

.widget {

margin: 0 0 25px 0;

}

h2.widgettitle {

/* add this */

color: red !important;

/* end of add this */

padding: 3px 8px;

margin-bottom: 5px;

height: 36px;

font-weight: bold;

}

Skip to toolbar