Hi,
How i can change the page title color in twenty eleven?
Tks for your help.
Hi,
How i can change the page title color in twenty eleven?
Tks for your help.
by editing css.. use firebug or Google Chrome for help!
.page-title {
color: #556B2F;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
margin: 0 0 2.6em;
text-transform: uppercase;
}
I have try with firebug but don't work :-(
I got it on style.css line 1094
.singular .entry-title {
color: #000000; <-- change it
font-size: 36px;
font-weight: bold;
line-height: 48px;
}
That's work. Thank you. But not for the first page, still in other color :-(
The site : http://www.jardinsdenin.com
hii change color in style.css:
.entry-title,
.entry-title a {
color: red; <-- change here
text-decoration: none;
}
style.css line : 741
entry-title,
.entry-title a {
color: red;
text-decoration: none;
}
replace red with what you want...
that's it...
Perfect, thank you.
Have a good day!!!
:)
Just to let you know, any changes to original theme files will erase once the theme updates.
What is recommended when modifying CSS is that you either create a Child Theme or use a Custom Style/CSS plugin.
You must log in to post.