Hi All
By default OC puts name of Category as heading on that page. How do I change the default font size and color of the heading.
If someone could point me in right direction it be much appreciated thanks.
By default OC puts name of Category as heading on that page. How do I change the default font size and color of the heading.
If someone could point me in right direction it be much appreciated thanks.
Try using Firefox and Firebug to inspect your page and find out where in the stylesheet the changes need to be made. This can then work for any other part of the site you feel you want to alter.
It's best to create your own theme from the default one and then make the modifications in there
It's best to create your own theme from the default one and then make the modifications in there

You can use my extension Custom CSS and add the code below to it:TAC wrote:Try using Firefox and Firebug to inspect your page and find out where in the stylesheet the changes need to be made. This can then work for any other part of the site you feel you want to alter.
It's best to create your own theme from the default one and then make the modifications in there
Code: Select all
body[class*="product-category"] h2 {
color: red;
font-size: 15px;
}
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
Who is online
Users browsing this forum: No registered users and 6 guests