We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Just
  2. General Discussion
  3. Friday, 21 August 2015
  4.  Subscribe via email
Hi

I want to use a background image.

I played a bit with different lines in custom.css file but it seems this file isn't loaded or something.

I have created a css file in the template folder of my website.

Tried to change colors of my current website with it, but no results so far.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Seems custom.css is not loaded or something :(
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Could you post your code here?

Can we take a ook at it.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

Yeah, please add the css rule you used to add background image, we will help you correct it.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

I tried this css to use a full background.
It doesn't find the image.
Why is it here not working?

html {
background: url(../../../images/background/background-engineers.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

Thanks in advance,

Hans
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
I used something similar. Possible exactly the same.

Have you made the t3-wrapper transparent?

Did you put these lines in the custom.css file in the right folder and is it loaded? (you can check in firefox with extra/webdeveloper/view source).
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
I switched to a module to fix this.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.