Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Background cover the entire div

Home / Forums / Virtue Theme / Background cover the entire div

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 9, 2015 at 6:46 am

Hi there,

I want my background image of the image menu in the virtue theme to cover the entire div. To do so I’ve found that If I change this piece of code on the chrome console from this:

<div class="infobanner" style="background: url( <strong>center center no-repeat</strong>; height:230px;"><div class="home-message" style="height:230px;">
<h4>Reforma Integral</h4>
</div>
</div>

to this:

<div class="infobanner" style="background: url( height:230px;">
<div class="home-message" style="height:230px;">
<h4>Reforma Integral</h4>
</div>
</div>

It works, Any suggestion?

Here’s the link to the page

  • The forum ‘Virtue Theme’ is closed to new topics and replies.