I have a question regarding the home page of the experthive theme. Is it possible that instead of having three pictures on the homepage, to have one big picture in the background, where the main color is?
For example as it is on the listing hive theme. Please let me know, thank you very much!
Unfortunately, there’s no built-in option for this, but it’s possible with a CSS snippet. You could use .header-hero {background-image:url(the_image_url_here); background-size:cover}, but you may need further adjustments depending on the image. For example, if the image isn’t dark enough (or conversely, too light), you might need to adjust text colors or add an overlay to ensure the text remains visible.