I lost this options in my website, how can i put them back?

Please switch to the Code editor and paste this HTML code, it’s copied from the demo site (replace background URL with background URL on your site):

<!-- wp:cover {"url":"https://rentalhive.hivepress.io/wp-content/uploads/2021/10/image-36.png","id":287,"dimRatio":0,"align":"wide","className":"content-section"} -->
<div class="wp-block-cover alignwide content-section"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-287" alt="" src="https://rentalhive.hivepress.io/wp-content/uploads/2021/10/image-36.png" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column {"className":"content-column"} -->
<div class="wp-block-column content-column"><!-- wp:hivepress/feature {"icon":"key"} /-->

<!-- wp:heading {"textAlign":"center"} -->
<h2 class="has-text-align-center">Rent a Property</h2>
<!-- /wp:heading -->

<!-- wp:paragraph {"className":"has-text-align-center"} -->
<p class="has-text-align-center">Curabitur luctus sed magna posuere fringilla<br>proin odio neque molestie elementum.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"16px"} -->
<div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->
<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-primary"} -->
<div class="wp-block-button is-style-primary"><a class="wp-block-button__link wp-element-button" href="https://rentalhive.hivepress.io/properties/">Find a Property</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:column -->

<!-- wp:column {"className":"content-column"} -->
<div class="wp-block-column content-column"><!-- wp:hivepress/feature {"icon":"home"} /-->

<!-- wp:heading {"textAlign":"center"} -->
<h2 class="has-text-align-center">Become a Host</h2>
<!-- /wp:heading -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Maecenas varius porttitor ipsum consequat<br>vivamus urna lacus viverra a sed eget.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"16px"} -->
<div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->
<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-secondary"} -->
<div class="wp-block-button is-style-secondary"><a class="wp-block-button__link wp-element-button" href="https://rentalhive.hivepress.io/submit-listing/">List a Property</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div></div>
<!-- /wp:cover -->

Thank you. Where is background URL located?

If you imported demo content previously, you can check this image in WordPress/Media, copy its URL and replace the URL on line 2 in the code above:

src="https://rentalhive.hivepress.io/wp-content/uploads/2021/10/image-36.png"

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.