Hi, on the index page i have pictures of new products. Under each picture it says the products name and price, i was wondering how i can turn the product name and price into BOLD? Thanks.
Hi, on the index page i have pictures of new products. Under each picture it says the products name and price, i was wondering how i can turn the product name and price into BOLD? Thanks.
you can add this code to end of your stylesheet.css .
.centerBoxContentsNew {
font-weight:bold;
}