How to remove a name of the page over a featured imaged
- The topic ‘How to remove a name of the page over a featured imaged’ is closed to new replies.
Need help? Check out our Support site, then
I don’t want to have “About” written over the featured image ove the page – how to delete it?
The blog I need help with is: (visible only to logged in users)
Hi, you can hide this title with custom CSS like this:
.featured-title {
display:none;
}
Awesome, thanks!
And one more question – how you set up the image above the menu
like in this example where first we can see the photo of Jeremy and then his name, and menu only after that: https://wordpress.com/theme/wanderer/setup/
I would like to do the same.
You’re welcome!
On that setup page, if you scroll down you will find a section called Theme Options, that first option, User, is the one that controls that avatar image.
You can select which user’s Gravatar is displayed, but you need to make sure that user’s email address is setup with a Gravatar:
http://en.gravatar.com/
Great, thanks!