2 Background images at a time?
-
Hello, I’m using Ygo Horizon theme, and adapting it.
It has 3 columns, with a background image. It also has “sides” (with a longer screen) that are just a color, not part of the image. I would like to make the “side” parts a different image. Can I have 2 images as a background, one on top of the other? Here is the original css:body {font: 12px/20px verdana, ‘Trebuchet MS’, Arial, sans-serif;text-align: center;background:#cccc99 url(images/body-bg2.jpg) repeat-y center;margin:0px;padding:0px;}
Also 2 days ago I asked how to stop images from hanging outside the post area. A member was very helpful and said this was how to do it: I would put the clear in the index.php before your meta data. In fact, I would probably put
.clear {clear:both;}
in my stylesheet and then in the single.php files and the index.php files, I would put
<div class=”clear”></div>
before the
<small class=”metadata”>
<span class=”category”>Filed under: __ </span> |
__ Comment</small>That worked perfectly for that other theme, but does not work for this theme. I cannot find any metadata code in any file for this theme. Is there another trick to stop images from hanging below the post cutoff lines?
Thanks very much.
If you need it: https://www.donnabarstow.com/WordPress
- The topic ‘2 Background images at a time?’ is closed to new replies.