Post by cartuser » Thu Dec 29, 2011 1:35 pm

Hi there.

I have searched and seem unable to find the answer to a question I have. Apologies if this has been asked before.

I'm using OpenCart 1.5.1

I would like to alter the css of my sub categories to make them a tad larger. I have looked in
catalog/view/theme/default/stylesheet but am unclear where I could add a font size there.

Can anyone direct me please?

Many thanks.
Last edited by cartuser on Fri Dec 30, 2011 7:59 am, edited 1 time in total.

New member

Posts

Joined
Fri Aug 12, 2011 1:11 pm

Post by sander76 » Thu Dec 29, 2011 6:20 pm

You can find it near line 703 (based on the default template):

Code: Select all

.box-category > ul > li ul > li > a {
text-decoration: none;
display: block;
<your-font-size-goes-here>
}
Look here for css font properties:

http://www.w3schools.com/css/css_font.asp

In Google Chrome and Opera you can right-click any element and inspect the source and layout properties of the element.

New member

Posts

Joined
Fri Dec 16, 2011 5:01 am

Post by cartuser » Fri Dec 30, 2011 7:58 am

Thanks for the response..
I got it to work.

New member

Posts

Joined
Fri Aug 12, 2011 1:11 pm
Who is online

Users browsing this forum: No registered users and 4 guests