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
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer