PDA

View Full Version : siteground-j15-131 - remove grey bar?



burns flipper
03-03-2010, 08:40 AM
Hi, I've just installed the gorgeous "Tender Love" template and I'd like to remove the massive grey bar that is underneath the logo, where the search box and the newsflash are. My feeble attempt at commenting out the HTML for the 'search' and 'newsflash' bit did nothing. Help appreciated!

Niko
03-09-2010, 07:37 AM
Hello burns flipper,

The gray bar is not a separate image. It is part of the following image:

<your_Joomla_installation>/templates/siteground-j15-131/images/page_bg_t.png

If you want to remove the gray bar, you will have to delete that image as well as its reference on lines 96 and 97 in the template.css file:

#page_bg_t {
background: transparent url(../images/page_bg_t.png) repeat-x top left;