Hi
I want to add a 50% transparent small image overlay to the main image background, can you advise how I do this please?
teitbite wrote:Hi
Please show me Your site.
teitbite wrote:HI
Yes You can add this simply, but an additional code to /layout/default.php file will be needed. Just after <body> tag You need to add a new layer <div id="page-body"> and close it before </body> with </div>. Than Your code should be working. If not I will need to see it to help more.
<div id="page-body">
teitbite wrote:Hi
No it's wrong. Please check my previous post:
- Code: Select all
<div id="page-body">
must be under <body>
and it's closing tag not right after it but at the end of the site, just before </body>
<div id="page-body"></div>
<div id="page-body">
teitbite wrote:Hi
Yes the </div> should be right as on a screen above, but code from the previous screen should not be:
- Code: Select all
<div id="page-body"></div>
but just
- Code: Select all
<div id="page-body">
When You will have that please tell me Your websites url.