Hi all!
Many hours spent trying to get rid of the "blue" colour or at least hiding my page titles. Only success is I've managed to enlarge and change the font by playing with style.css code.
Help appreciated!
Hi all!
Many hours spent trying to get rid of the "blue" colour or at least hiding my page titles. Only success is I've managed to enlarge and change the font by playing with style.css code.
Help appreciated!
The link you included is returning a 404.
Add this to custom CSS:
.post-title, .entry-title {color:#FFFFFF;}
Change #FFFFFF to the hex code of your choice.
Only success is I've managed to enlarge and change the font by playing with style.css code.
Don't edit theme files--you will lose all changes at the next update, and Graphene is updated often.
Graphene Support Forum is here.
Hey you are wonderful! Thanks a heap.
And thanks for the second tip; that makes sense.
404 was cos I mis spelt my web site
There it is! Looks great.
Thanks!
Can I trouble you again please (in my fumbling ignorance I have a kind of love/hate relationship with wp coding!)...what do I write in my custom CSS box to control the font type and size of post title and underline?
Try this:
.post-title, .entry-title {
color:#FFFFFF;
font-family: Times,serif;
font-size:24px;
}
Also, try these links:
That is fantastic many thanks for your assistance. I will follow up those links. Have a great day in your part of the world!
You must log in to post.