Is it possible to make the field names bold in the results list (compact and expanded view)?
I'm looking for the correct HTML element in the desktop.css to make darker the field names in the compact/expanded view after doing a query. The property should be "font-weight: bold;". Thanks!
0
-
This may work for you:
.attribute-label {
font-weight:bold;
}
Rick0 -
thank you very much sir! 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare