|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Need Assistance (Template #1061) |
Need Assistance |
Template #1061
I am wondering if on this template where the code is to make the images in the top right of the mac and the other images involved on where the specific code is and how to change/remove it. It would mean a lot, thanks Also i might as well ask this: how would you add a background image to the template? The Havoc Organisation Community | hvco.at.ua
|
I am wondering if on this template where the code is to make the images in the top right of the mac and the other images involved on where the specific code is and how to change/remove it. Control Panel -> Design Customization -> Global blocks -> Promo: Code <img src="/.s/t/1061/sample.png" class="promo-img" alt=""> And Control Panel -> Design customization -> Style sheets CSS: Code .promo-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: url(/.s/t/1061/mac-b.png); } You will need to replace/delete the image links. Also i might as well ask this: how would you add a background image to the template? Control Panel -> Design customization -> Style sheets CSS: Code body { background: #FFF; margin: 0; padding: 0; font-size: 13px; font-family: Arial,Helvetica,sans-serif; color: #7F7E7E; } Here the background is set as the color, but you can replace the color with a image. I'm not active on the forum anymore. Please contact other forum staff.
|
| |||
| |||