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.
You can find it near line 703 (based on the default template):
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.
Code: Select all
.box-category > ul > li ul > li > a {
text-decoration: none;
display: block;
<your-font-size-goes-here>
}
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.
Who is online
Users browsing this forum: No registered users and 4 guests