ResolvedDefault page title background image
- This topic has 9 replies, 2 voices, and was last updated 9 months, 3 weeks ago by
Althemist.
- AuthorPosts
- November 25, 2022 at 5:29 pm #36343
AlexElda
ParticipantI can see within “theme options > common styles” that there is a default page title background which is 1920 x 375 pixels.
However, when trying to override this image using “edit category > Title background image” and uploading an image of the exact same size it seems to zoom in onto the image as the responsive nature of the theme takes over.
I cannot see how to fix this, please advise.
November 28, 2022 at 4:26 pm #36395Althemist
KeymasterHi AlexElda,
Not really sure what do you mean by “it seems to zoom in”. Could you, please give us a link where we can see the problem “live”?
November 28, 2022 at 4:55 pm #36404AlexElda
ParticipantThis reply has been marked as private.November 28, 2022 at 5:13 pm #36415Althemist
KeymasterI can see.
The standard page title background size only applies for backgrounds applied site-wide. The custom title background applied per category/page is using another design and is quite larger. It must be at least 1920x540px, otherwise it gets stretched to cover the entire area.
November 28, 2022 at 5:23 pm #36418AlexElda
ParticipantThis reply has been marked as private.November 28, 2022 at 5:28 pm #36420AlexElda
ParticipantThis reply has been marked as private.November 28, 2022 at 6:02 pm #36423Althemist
KeymasterIt is not zoomed. It would just stretch to cover the entire area (if needed) as it’s quire bigger than the one set in the Theme Options. There is a wasy to overcome it with some simple CSS. Something like this:
.babystreet_title_holder.title_has_image .inner { padding-top: 60px !important; padding-bottom: 60px !important; } .babystreet_title_holder .babystreet-zoomable-background { background-size: unset !important; background-attachment: initial !important; }
That should be enough to “normalize” it, but keep in mind it may cause problems on pages where the header type is set to Transparent.
November 28, 2022 at 6:10 pm #36426AlexElda
ParticipantThis reply has been marked as private.November 28, 2022 at 6:11 pm #36427AlexElda
ParticipantThis reply has been marked as private.December 1, 2022 at 10:42 am #36447Althemist
KeymasterThere are settings for this under Theme Options > Common Styles – Customized page title color (with background image)
- AuthorPosts
You must be logged in and have valid license to reply to this topic.