Moderator
t-p
(@t-p)
If you are using Twenty Ten theme:
find this inyour theme’s style.css:
#content .entry-title {
color: #000;
font-size: 21px;
line-height: 1.3em;
font-weight: bold;
margin-bottom: 0;
}
and change to:
#content .entry-title {
text-align:center;
color: #000;
font-size: 21px;
line-height: 1.3em;
font-weight: bold;
margin-bottom: 0;
}
Thanks T-P,
but I want to do it for Vostok theme
http://vostoktheme.com
I was not able to find similar entries in that
A link to your site using the theme would help.
Oh I am sorry, its not live, I am working on my localhost 🙁
Moderator
t-p
(@t-p)
you can still do it, just gotta figure out what the css selector for widget titles is in your theme.
Best way to do that is to install the firebug add-on to firefox and investigate your site.