Hi I’m trying to replicate the design on my website which currently runs my own built theme. I’d like to use X, but don’t want to change the layout and colours at the moment. http://www.newforestwalker.co.uk
I’ve used X a fair bit and thought it would be straightforward, but I’m having an issue with the header. The current background image for the header actually drops below the nav bar so that it blends with the tiled background of the whole page. I thought I might be able to do this using stacked images in CSS, but it seems I can’t use CSS to add images to the body (which I think pulls its background from the Theme Options), I’ve tried to using the additional CSS, but it just ignores me. Likewise, I’ve tried to add the stacked images to the x-root div, but that is also ignored.
If I add the code to the logo bar, the top image cannot drop below the nav bar as it currently does. I really don’t want to have to use a full size background image for the site.
The code I’ve been trying to add to the site background is:
div#site {
background-image: url(http://www.newforestwalker.co.uk/wp-content/uploads/2020/05/backhead.jpg), url(http://www.newforestwalker.co.uk/wp-content/uploads/2020/05/back.gif);
background-position: left,top, left top;
background-repeat: no-repeat, repeat;
height: 200px;
}
Could you tell me how I might achieve this please? Please note that I’m currently developing on the X theme using WP Theme Test, so what you see is the original theme.
Thank you