In Amazing India blog (b2evolution script) I want to change color and allignment of a title (Amazing India) and titles of all other blogs. In this skin css file there are currently two blocks of code regarding pageTitle: H1#Pagetitle { width: 250px; margin: 0 0 10px 0; float: left; color: #201; } H1#pageTitle { color: #201; font-size: 270%; font-weight: bold; text-align: center; margin: 0; padding: 0; } Code (markup): ...code is probably messed up...If I try to edit it or if I remove it completely, nothing happens at all. But I'm sure it's the right file, since some other changes took effect when I tried. What's the proper code? Anything need to be changed in skin's main.php file or anywhere?