Two Questions/Issues:
#1 On the home page – I want to move the title of the category that by default shows up in a white block on the category image – and move it to the bottom of the category image.
I tried the following code found in another post
.products-grid .product-category .categories-mask {
bottom: -75px;
}
.products-grid .product-category {
margin-bottom: 60px;
}
But this made no changes. =/
#2
Also I want to change the product title to the font Im using on my site “Trebuchet MS” with the H4 font size.
Thanks much for your help!