Oh God! What happened after i updated version?
-
Please, take a look at: http://www.chutecerteiro.com.br/
Everything is disconfigured from the moment i updated graphene.
Being more specific:
1) I´d like to have the old ‘date format’ (it is now, gray, before, it was blue/white)
2) I’d like to have the ‘post’s title’ format (font and size) back
3) I’d like to have the header title/description vertically aligned (i cant do it now bu changing the height in ‘options’, ‘text style’)
Please, i just want stuff not to be changed. I have a simple site. What do you recommend? Not to update?
Thanks.
Hi,
1. Are you referring to the date calendar image? If you would like to modify the image, you can open the file
sprite_master.pngin any graphics editor. Play with it until you find a color and style you like. Save your updated file and copy it back to the graphene directory, replacing the old file.2. You can adjust post title formatting by adding this to your child theme or custom css box:
.post-title, .post-title a, .post-title a:visited {
font: 22px arial;
}Change the font and size to whatever you like.
3. Add this to your child theme or custom css box:
.container_16 .push_1 {
top: 80px;
}@Josh, it’s better to use PSD’s to manipulate theme images.. http://graphene.googlecode.com/svn/trunk/PSDs/
If you would like to modify the image, you can open the file sprite_master.png in any graphics editor. Play with it until you find a color and style you like.
Thanks Prasanna,
That’s what I was thinking while typing… but it didn’t come out that way 😉
Yes, the .psd’s indluded in the trunk provide many more customization options, because you can isolate layers.
So, download the .psd, open in a graphics editor, select the layer with the graphic, add another layer to that layer with your customizations, resave the .psd as a .png, and lastly copy this new .png over the old one.
Sorry, but i didnt understand what you guys said.
Please, take a look at: http://www.chutecerteiro.com.br/wp-content/uploads/2012/02/mysite.png
There are the 3 problems i mentioned before (red circles). After i updated, it disconfigured those items:
1) the HEADER TITLE is vertically aligned anymore
2) the font in the title is different
3) the date of the post is now shown in a different format
All i know is a little CSS Custom. How do i bring those features back?
Ty.
For your TITLE try add this to your child theme CSS
.header_title {
margin-top: -30px;
}
.header_desc {
top: 80px;
}Do you know which font, and what size you used for the title? This is CSS to change it.
“22px” = Size “Arial” = type so change those.
.post-title, .post-title a, .post-title a:visited {
font: 22px arial;
}
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
