Change title container background color in theme Morden
-
Hello,
I changed the default page background color from white to #eaeaea, but this change did not carry over to the title container background colors on each page (they stayed white). I have tried:
#page {
background: #eaeaea;
}and
.singular .hentry .entry-title, .page-title {
padding-bottom: 0px; !important;
background: #eaeaea;
}but neither has been successful. Any help would be appreciated :-)
The blog I need help with is: (visible only to logged in users)
-
Hey there,
This should work:
.singular .hentry .entry-header .entry-title, .page-title {
background: #eaeaea;
}I don’t see that in your CSS currently, so can you add that again and let us take a look?
- The topic ‘Change title container background color in theme Morden’ is closed to new replies.