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. Monim
  2. General Discussion
  3. Monday, 19 August 2013
  4.  Subscribe via email
Hello;
I want to set a background image for entire body; so i want to t3_blank/css/template.css and set :
body {
/*background-color: #fff;*/
background-color: transparent;
background: transparent;
color: #666;
font-family: sans-serif;
font-size: 14px;
line-height: 20px;
margin: 0;
}


But the background still in white and the image doesn't appear, for the image i use supersized module in Joomla for the slideshow and it work fine when the background is transparent, so how to set it to transparent in t3_blank ?

Thank you
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Monim,

You should use Firebug to inspect the style.
T3 Blank use LESS.

Though you can create a custom.css file and overwrite the background with your style.
custom.css file should be placed in /templates/t3_blank/css folder.

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

In my case I am using t3-wrapper class so I can separate styles for different pages, also all customisations I save then in local folder so I do keep hierarchy and avoid override on updates.

I hope is of some help to you.
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
Hi Francisco Diaz,

Yeah, putting customization in the local folder is the best way to customize your template as it does not affect to the core and your work will not be lost when updating. The things you put on the local folder will override the style in the templates/less or templates/css.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


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