Hi Guys,
Does anyone know how to change the background colours in tables on the front page. IE: Shout Box, Quick Search.
Hi Guys, Does anyone know how to change the background colours in tables on the front page. IE: Shout Box, Quick Search. |
Hi Jhazzi, Thanks for that. For all those interested. It's line 491 in template/tmpl_uni/css/general and it changes all the block background colours. |
Hi Jhazzi, Just wondering if you also know how to change the background colours in the text header boxes. E: Shout Box, Quick Search. |
Hiya Goldman, No, I don't know how to change it BUT using Firebug, I think it's referred to as boxFirstHeader. I suggest looking in same general.css and do a "find" for it using something like PSPad (what I use). I've pulled an all-niter and didn't get my issue resolved. I am going to crash. Happy Monday! |
Look into general.css to disignbox this is the box who is used to make the blocks. Kids first |
Edit file templates/tmpl_uni/css/general.css
2 ways to do it
1)
Find .disignBoxFirst
and this line background-image:url('../images/head_cutting.gif');
Replace head_cutting.gif with image with another color/appearance
2)
Find .disignBoxFirst
and this line background-image:url('../images/head_cutting.gif'); and hide it like this
/*background-image:url('../images/head_cutting.gif'); */
Find .boxFirstHeader and add this code
background-color:#CCE6FF;
Change color CCE6FF to what suits you...
Will change header on most of the sites (not on sub_headers search.php)
|
I've been trying to change my block colors, got the back ground and favicon done, but when i download or open general.css this is the only thing that comes up. Any ideas???
@import url(../../base/css/general.css) |
templates/base/css/comon.csss |
Hello goldman,
Find Dolphin root/templates/base/css/common.css file and the following code in it near line 240: .disignBoxFirst { Copy this code to Dolphin root/templates/tmpl_your_template/css/common.css file after: @import url(../../base/css/general.css) Modify background properties and save the file. Now go to dolphin admin panel dashboard and clean all cache. If you use a background image as blocks headers background then it should be in tmpl_your_template/images/ directory.
Free and premium Dolphin templates. Custom design services. |