anyway to make background timeline from white to clear to show
system large image
anyway to make background timeline from white to clear to show system large image http://certifiedhosting.com/ |
Once again we're made to guess. I assume you're using the UNI template but you could have told us just in case I'm wrong. Making the box transparent will also make all other boxes transparent because they share the same code. Not only that, if you plan to use the dark background shown, you'll have to change the font colours which will affect the whole site. YUK! Make sure you remember what you change because I doubt that you'll be happy. 1 Go to templates/base/css/common.css 2. Head to line 290 Approx. 3. change: .disignBoxFirst {
position: relative;
background-color: rgb(250,250,250);
background-color: rgba(255,255,255, 0.8); this line to background-color: transparent;
|