Please Note: This comes with no support from myself or from Income School as it is only a proof that the ability exists to run Acabado while maintaining the speed benefits. Use at your own risk, I don’t have the ability to make updates to this content.
Many people don’y like the hero image from their choice in the desktop view on the mobile view, this is typically due to the image not showing the section they had really wanted to be the focus.
I re-tasked code which allows you to overlay the Hero Image which was aimed around making the image a little darker for better font visibility. What I have below allows for easier image replacement with any image you choose.
For proper scaling and to look well I would ensure this smaller logo dont have any text as the hero can have its own text and a call to action which are valuable.
The image size that looks about spot on when I was testing was 350×300 and uploaded to your media section for use with the full URL that the upload provides you.
The below custom CSS specifically helps to call an image on a mobile device and then set the image to cover the space available.
This has a darker overlay so you can use a bright image and it will help tone it down so the text is more readable.
@media only screen and (max-width: 400px) {
section.hero-container {
background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),
url(https://www.insertyoururlhere.com/image-location-here.jpg) !important;
background-size: cover !important;
}
}
The below custom CSS specifically helps to call an image on a mobile device and then set the image to cover the space available.
This is a better way to manage this if your image is already darker or you have a different color text.
@media only screen and (max-width: 400px) {
section.hero-container {
background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url(https://acabadotheme.com/wp-content/uploads/2019/08/DIVI-1.jpg) !important;
background-size: cover !important;
}
}
Hopefully this helps you to craft a nicer mobile display of your website hero section and maybe get more clicks when you have a mobile visitor.
This was a request from people on here who asked, if you have something you would like please leave a comment below!
When you want to build landing pages people talk about how you need page builders, the thing is though that Gutenberg by itself may be more than good.
One of the things which have driven people crazy with Acabado is the fact that WooCommerce won't load, it is near impossible to have an "on-site" storefront.
Issue for many with the homepage blogroll and sidebar having bold and or italic text is due to the way Acabado pulls in the excerpt to be used.