This topic is: resolved
- This topic has 32 replies, 4 voices, and was last updated 8 years ago by .
- The topic ‘How get individual image-headers for each page, with special title-effect’ is closed to new replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Design Tips and Tricks › How get individual image-headers for each page, with special title-effect
Tagged: different headers, site-header
Yes. As it is in my website now (with the Avada theme). I want to copy that design, not using the slow "Avada slider".
I suggest you keep the header images the same size. Unless you can find a slider which enables you to add unique images on each single post page.
You can add the title over the header image and then filter it so you can add a unique title on every single post/page.
Line 954 style.css, modify the CSS like this:
.header-image .site-description { display: block; text-indent: -9999px; }
I suggest you keep the header images the same size. Unless you can find a slider which enables you to add unique images on each single post page.
Could You recommend a slider for Genesis?
You can add the title over the header image and then filter it so you can add a unique title on every single post/page.
How can I do that? (I registered on Your WP-Sites, so may be You have a tutorial for it?)
Line 954 style.css, modify the CSS like this:
.header-image .site-description { display: block; text-indent: -9999px;
}
At the moment there is this code:
.header-image .site-description,
.header-image .site-title a {
display: block;
text-indent: -9999px;
}
You mean to delete ".header-image .site-title a" ?
OK, it is working, except that the text isn't in center center. At the moment it is on the top of the image, so adding this?
padding-top: 50px;
Here's the members only tutorial to add the custom site title to any single post of page.
Yes thank You!
There You wrote:
2. On any single post or page, create a new custom field named custom-title
How can I create that?
Please use the members only support form for questions relating to members only tutorials. https://youtu.be/0i4b0Z2Zf_U
I haven't "Custom fields" in my editor. Is it a plugin? Which?
Go to screen options in the top right hand corner of the edit screen
© 2025 WPEngine, Inc.