- Posts: 8
- Thank you received: 0
How to remove black background
-
sagey
Inactive member - Topic Author
- New Member
Less
More
13 years 4 months ago #9957
by sagey
Replied by sagey on topic Re: How to remove black background
Thankyou for this, it has worked now.. however I had to make the change in the actual css file in the ftp as it wouldn't change in the Joomla template manager panel. Even though it saved the changes it wouldn't change, now that I changed it in the actual css file in the css folder and uploaded this it worked fine. Thanks again for your help.
Please Log in to join the conversation.
-
chrisbarker
Inactive member - New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 3 months ago #10900
by chrisbarker
Replied by chrisbarker on topic Re: How to remove black background
Hi Ivan, further to changing background colour,instead of inserting a colour, I would like to insert an image as a background, repeated. Can you help me please.
Chris
Chris
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10912
by ivan.milic
Replied by ivan.milic on topic Re: How to remove black background
Hi,
open layout.css of template and find this:
body {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-family: Geneva, Verdana, sans-serif;
background-color: black;
}
replace background-color: black; with:
background: Black url(<path of image>) repeat left top;
open layout.css of template and find this:
body {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-family: Geneva, Verdana, sans-serif;
background-color: black;
}
replace background-color: black; with:
background: Black url(<path of image>) repeat left top;
Please Log in to join the conversation.
-
chrisbarker
Inactive member - New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 3 months ago #10928
by chrisbarker
Replied by chrisbarker on topic Re: How to remove black background
Many thanks for that Ivan.
Chris
Chris
Please Log in to join the conversation.
Time to create page: 0.086 seconds