That will require some custom CSS if your theme does not have that as an option at your Dashboard, and your are not likely to get help for that here since your theme comes from elsewhere:
Theme Name Zefir – Simple and Clean WordPress Masonry Blog Theme
Theme Homepage http://birdwp.com/
Author Homepage http://themeforest.net/user/vilis
I’m not sure what you mean by my ‘theme came from else where’? I thought all wordpress sites/themes were supported here?
My theme does allow custom CSS by the way. I just don’t know what the code needed is.
These forums are for WordPress, themes and plugins downloaded from here at wordpress.org, and it is very seldom that anyone here is able to offer help for anything that did *not* originate here.
To make that title bold, you might try using <strong>Let's Do This!</strong> to see what you get, but I do not know the best way to do that.
https://www.google.com/search?q=how+to+customize+title+with+css
For custom css only for that page, this should work:
.page-id-15 .static-page-title {
font-weight: bold !important;
}
Thanks so much HostAwesome! That worked!!!
Hi,
How about custom CSS to bold all “Page Titles” and “Post Titles” ?