- Posts: 52
- Thank you received: 0
Background "watermark" image
-
madmax24
Inactive member - Topic Author
- Member
Less
More
11 years 7 months ago #30768
by madmax24
Background "watermark" image was created by madmax24
Hello,
Using Style 4 hot Flashes, I would like to place a "watermark" like image in the left corner background of the website. Is this possible? If so, please advise how.
Thank you for your support.
Using Style 4 hot Flashes, I would like to place a "watermark" like image in the left corner background of the website. Is this possible? If so, please advise how.
Thank you for your support.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #30772
by ivan.milic
Replied by ivan.milic on topic Background "watermark" image
Yes, set you backgorund image on BODY tag. You can add css at bottom of template_css.css:
BODY{
background:URL(...image...) no-repeat top left;
}
BODY{
background:URL(...image...) no-repeat top left;
}
Please Log in to join the conversation.
-
madmax24
Inactive member - Topic Author
- Member
Less
More
- Posts: 52
- Thank you received: 0
11 years 6 months ago #30843
by madmax24
Replied by madmax24 on topic Background "watermark" image
Hi again,
I read your response regarding the watermark. Can you please expand on the directions? I don't quite understand.
Where specifically do I "set you backgorund image on BODY tag"?
And,
BODY{
background:URL(...image...) no-repeat top left; },
I understand where to add the css but where it says - background: URL...what exact URL do I use? Is it the path to the image I am using?
Thank you for your help!
I read your response regarding the watermark. Can you please expand on the directions? I don't quite understand.
Where specifically do I "set you backgorund image on BODY tag"?
And,
BODY{
background:URL(...image...) no-repeat top left; },
I understand where to add the css but where it says - background: URL...what exact URL do I use? Is it the path to the image I am using?
Thank you for your help!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
11 years 6 months ago #30856
by milos
Replied by milos on topic Background "watermark" image
You should edit file /templates/template_name/css/template_css.css.
There you can add code which Ivan recommended, in this form:
Of course, in the above code, you should change "imagename.jpg" with your real background image name.
Thanks
Milos
There you can add code which Ivan recommended, in this form:
Code:
BODY{
background:URL(../images/imagename.jpg) no-repeat top left;
}
Of course, in the above code, you should change "imagename.jpg" with your real background image name.
Thanks
Milos
Please Log in to join the conversation.
Time to create page: 0.162 seconds