Trouble changing size of post titles in blog
-
Mod
Are you using a caching plugin? If so, try either disabling or emptying the cache and then reloading the page.
Where is the “ooops, you landed on the wrong page”?? Give me a specific URL and the approximate location on the page please.
And please do what Ken said first 🙂
I posted my URL in my initial request. I’m moving from Blogger ( http://www.zealforadeal.com ) to WordPress ( http://dev.zealforadeal.com/ ) and want the new site to look similar to the old one. I tried Ken’s solution but unfortunately nothing changed.
The only plugins I’ve installed and activated are AddThis, Blogger Importer, and And The Winner Is.
And are you trying our suggestions on your http://www.zealforadeal.com/ site, or on your http://dev.zealforadeal.com/ site??
The http://dev.zealforadeal.com site.
Okay, good.
Okay, I would suggest setting up a child theme for your graphene theme. But we can get into that in a minute.
Now, in this css file: http://dev.zealforadeal.com/wp-content/themes/graphene/style.css
Starting on line 855, is this code:
.post-title, .post-title a, .post-title a:visited {
border-bottom: 1px solid #E3E3E3;
font: 18px arial;
padding-bottom: 5px;
}Change the font element from 18 to 28.
Make sure to refresh your broswer, and clear any caches in your browser.
I already am working with a child theme. I currently have
.post-title
.post-title a {font-size:200px}
.post-title a,:visited {
border-bottom: 1px solid #e3e3e3;
font-size: 200px
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
padding-bottom: 5px;
text-align: left,
}The font size is 200 so any change will be really obvious to me.
(I added the `{font-size:200px} on the suggestion of Ken earlier.)
You need a semi-colon after the 200px.
Like this
font-size: 200px;You need to correct this in two places in your code above.
Also, your text-align should look like this:
text-align: left;
- You must be logged in to reply to this topic.
