Hi all,
How can I bold all pages name on sidebox? I need to make bigger the name of the pages on left sidebox. Which part of stylsheet.css should I edit?
Hi all,
How can I bold all pages name on sidebox? I need to make bigger the name of the pages on left sidebox. Which part of stylsheet.css should I edit?
Just looking over for a solution for this one too... will get back here in case i find it![]()
Might depend on the sidebox. What exactly do you want to do?
I think you are looking for this
https://www.zen-cart.com/forum/showt...highlight=bold
For me it does not work eventhough i change the italic to bold or copied what was in the previous thread
here the code i found in my css
Code:/* categories box parent and child categories */ span.category-subs-parent { font-style: italic; } span.category-subs-selected { font-style: italic;
Last edited by corditreasures; 10 Apr 2010 at 04:30 PM.
But if you are looking to change
THE HEADER of all sideboxes like i did today in my store
look in your stylesheet.css
and change the "normal" to bold
Code:/*sideboxes*/ .columnLeft {} h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a { margin: 0; padding: 3px; font-weight: normal; font-style: italic;