Hi gurus
Just learning T3 in localhost, it is very flexible, i recommend to serious web designers over various i haved tried.
As the title suggest, I am trying to have a background image (../images/pic.jpg) in the header of t3-b3-blank-default template v2.1.4 with t3 framework v2.2.1 set in Non-Development mode so that custom.css is read.
The layout configuration in tpls that is in use has header block as follows:
In “header” block in \tpls\blocks, the div class is changed to “hdbackground” from “row”
In ..\css\custom.css the following entry added
.hdbackground {
background: url("../images/pic.jpg"
;
width:100%;
margin-left: auto;
margin-right: auto;
}
Unfortunately nothing happens. Chrome>Develop.Tools shows no reference to url(pic.jpg). What did i miss, appreciate help, have been sitting on it for days.
Just learning T3 in localhost, it is very flexible, i recommend to serious web designers over various i haved tried.
As the title suggest, I am trying to have a background image (../images/pic.jpg) in the header of t3-b3-blank-default template v2.1.4 with t3 framework v2.2.1 set in Non-Development mode so that custom.css is read.
The layout configuration in tpls that is in use has header block as follows:
In “header” block in \tpls\blocks, the div class is changed to “hdbackground” from “row”
In ..\css\custom.css the following entry added
.hdbackground {
background: url("../images/pic.jpg"
width:100%;
margin-left: auto;
margin-right: auto;
}
Unfortunately nothing happens. Chrome>Develop.Tools shows no reference to url(pic.jpg). What did i miss, appreciate help, have been sitting on it for days.