How Do I Center Align Category Titles?

Right now, by default, my category titles are left aligned on all pages of my website. What do I have to do in order to center align all of my category titles? Thanks in advance.

I'd love to know the answer to this as well, and not to hijack your thread, but if any experts here could enlighten on how to edit the font style, that would be appreciated as well!

Please post the link or PM me and i will guide you





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

Vali, here is a link to my site.



[url=“http://store.commoto.com/ducati-store/”]http://store.commoto.com/ducati-store/[/url]


#category_products_19 a.underlined-bold{
display:block;
text-align:center;
font-size:18px;
}

Thanks Vali. Do you know what file path I would go to in order to make this change uniform throughout the site? Or would I have to just do it one by one? Thank you!!

I should work on entirely site as far i can see

[quote name='Vali' timestamp='1380318148' post='168859']

I should work on entirely site as far i can see

[/quote]



Thank you but what file am I supposed to modify in order to make this change?

skins/basic/customer/styles.css

[size=4]Hi Vali. I tried going to skins/basic/customer/styles.css and did a ctrl + f for “text-align:center”. I found it, but what should I change it to?And there were 6 that showed up. Do I change all of them? I'm guessing I change the “center” to “left”?[/size]

you just need to add
#category_products_19 a.underlined-bold{
display:block;
text-align:center;
font-size:18px;
}
at the end of
skins/basic/customer/styles.css

thank you so much Vali! this worked! :)

try to use mychange style file.



just help you to be clean during upgrade.