-- url of the page with the problem -- :
mywebsite.com/mypage
-- HikaShop version -- : latest
-- Joomla version -- : 3.2.1
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message
Hi there
Where in the Frontend CSS can i edit the font size of the product on the category page
e.g.
£ 14.80 each
Glass Lamp
add to cart
The text in bold, how can i change the font size of that, it is a link... .
.hikashop_product_name a {
color: #666666;
display: block;
font-size: 20px;
font-weight: bold;
font-size:20px;
text-decoration: none;
Is that fine to do it that way?
Thanks