Post by sodamhall » Sun Oct 18, 2015 9:30 am

Its seems the size is based on the body code in the stylesheet file I want to just change the size of the product name displayed on the category page.

Newbie

Posts

Joined
Tue Aug 25, 2015 4:09 pm

Post by IP_CAM » Tue Oct 20, 2015 2:09 am

it's this line, in your OC DEFAULT:
shop\catalog\view\theme\default\template\product\category.tpl

Code: Select all

<div class="name"><a href="<?php echo $product['href']; ?>"><?php echo $product['name']; ?></a></div>
and therefore this stylesheet.css Section:

Code: Select all

.product-list .name {
margin-bottom: 3px;
}
.product-list .name a {
color: #38B0E3;
font-weight: bold;
text-decoration: none;
}
the FONT SIZE to be modified, like:

Code: Select all

.product-list .name a {
color: #38B0E3;
font-weight: bold;
font-size: 16px;
text-decoration: none;
}
Good Luck ;)
Ernie
bigmax.ch/shop/

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland
Who is online

Users browsing this forum: No registered users and 6 guests