Style Custom Fields without Child Theme?
Hi, I was reading the tutorial to style the Custom Fields:
http://docs.appthemes.com/tutorials/...ds-in-vantage/
However I'm a bit confused when I edit the main CSS of Vantage, I want to bold the field titles but when I modify it it bold the title and the text data also:
http://wineriesinmarlborough.com/listings/testing/
/* Custom field data */
.listing-fields {
margin: 15px 0;
overflow: hidden;
font-weight: bold; <<< Added this
}
.listing-fields p {
margin:0;
}
I would also like to increase the title size and make it so that there are spaces between each custom field such as:
What varieties of wine does this winery produce?:
Sauvignon Blanc, Rieseling, Sparkling
Does this winery have the following features?:
Wine Tasting Room, Free Wi-Fi, Restaurant
I'm new to CSS so if anyone can help it would be great