.entry-title not affecting posts
-
Hello, I am using the Twenty Eleven Theme.
I have made this css modification and I am not getting the expected result with in all area’s of my site.
.entry-title {
font-size: 24px;
line-height: 28px;
}
I would expect this to modify all entries of class .entry-title but it is not doing such. The entry when you go into the post is not being modified.
I have taken some screen shots of the issue and put them here
The blog I need help with is: (visible only to logged in users)
-
Fixed it, for others reference the solution was:
.entry-header .entry-title {
font-size: 24px;
line-height: 28px;
} -
-
@designsimply thanks, I find learning this stuff fairly easy because I took two years of college programming, unfortunately second level accounting had held me back. Huh who knew you had to be an accountant to be good with computers right? ;)
-
- The topic ‘.entry-title not affecting posts’ is closed to new replies.