New Topic

Reply To: Landing page

Home › Forum › Customization › Landing page › Reply To: Landing page

#674

StartupWP
Keymaster

Give that middle tr a class of say middle.

So the tr that wraps the area starting with “Come andare…“, give it the class like so:

<tr class="middle">

Now, we can add the following CSS:

.middle {
background: url(http://www.robertagavioli.it/i-5-segreti/images/mid_bg.png) repeat-y scroll 0 0 transparent;
}

https://startupwp.com/topic/customizing-your-theme/

Will likely require a bit more tweaking, we’ll be here to help.