I'm just learning to use WP and have experimented with the font plug in. i found i can change the title font but it only changes on the home page. can i change it on all the pages on my site?
I'm just learning to use WP and have experimented with the font plug in. i found i can change the title font but it only changes on the home page. can i change it on all the pages on my site?
look in your themes style.css to see what controls that
then create a child theme and adjust it
http://codex.wordpress.org/Child_Themes
Not experienced with css but trying to educate myself. a little confused right now. i'm working on a dummy site a friend put up for me to play with.
give a link to the site or post the contents of the theme's style.css at pastebin,com and bring the link back here
http://tehachapiartists.com/mazzola/
i want to have the same title font for each page
look in theme's style.css for
#content .entry-title {
color: #000;
font-size: 21px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 0;
change the font size to what you want
it's the font style i want to change not the size. the home page title font is what i want to use on every page.
I'm experiencing the same issue (great plugin, by the way).
The font of post titles changes neatly on the front page, but when I click to go to the post, the title is in the original font again.
You must log in to post.