Background "watermark" image

  • madmax24
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 7 months ago #30768 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.

Please Log in to join the conversation.

More
11 years 7 months ago #30772 by ivan.milic
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;
}

Please Log in to join the conversation.

  • madmax24
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 6 months ago #30843 by madmax24
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!

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
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:
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
Powered by Kunena Forum