Closed (cannot reproduce)
Project:
Groundwork
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2012 at 15:24 UTC
Updated:
4 Oct 2013 at 01:26 UTC
I try to override field.css (font-weight: bold; as defined in the fields theming module) with putting this in local.css.
.field-label{
font-weight:normal;
color:red;
}
Now the color 'red' is coming through but looks like the font-weight is not. Any suggestions ?
Comments
Comment #1
johnnocSorry for not looking into this. And since this question is more than a year old, I guess that you have solved this already.
Also, pls check out version 2.x, its responsive and more configurable than 1.x..