I have found an alternative to creating a container for the price.
Inserting the following line of code into the productListing-data class in the style sheet will bold the price and the product description:
Code:
.productListing-data {
font-weight: bold;
}
Then adding the listingDescription class to the style sheet and inserting a line to change the bolded text in the description to normal text.
Code:
.listingDescription{
font-weight: normal;
}
I am including this in case anyway else had the same problem that I had.
all the best,
galtech
Bookmarks