Change "Featured Post" Heading
-
Can I change the heading above my post slider to something other than the currently displayed “FEATURED POST”?
I’m using the Twenty Eleven theme, if that helps!
Cheers
The blog I need help with is: (visible only to logged in users)
-
I don’t think you can change it but you can hide it by adding the following to your custom css :
.showcase-heading {
display: none;
} -
-
However, it is possible to change it instead of removing it:
.featured-posts .showcase-heading { font-size: 0; } .featured-posts .showcase-heading:after { content: "YOUR ALTERNATIVE HERE"; font-size: 12px; line-height: 2.6em; }
- The topic ‘Change "Featured Post" Heading’ is closed to new replies.