Recent Topics

1 Sep 04, 2008 05:00    

My b2evolution Version: 1.10.x

I have modified the nifty corners template and I still need to change the squares.gif for my own logo. I cannot find squares.gif in anyof the resource files. WHat am I missing?

3 Sep 04, 2008 18:18

Thank-you for the quick response.

WHere is squares.gif referenced from? a CSS file? a php file? I would like to have whatever builds the skin reference my logo file.

4 Sep 04, 2008 18:44

The answer to this question really depends on the B2evoltion version you are running. If it's 1.10 then the stylesheet is /skins/nifty_corners/rsc/stylesheet.css however if it's 2.x then the stylesheet is /skins/nifty_corners/style.css.
Look for a line similar to

div.pageHeader /* Title zone */
{
	margin: 0 1ex;
	padding: 0;
	background-image: url(rsc/img/squares.gif);
	background-repeat: no-repeat;
	background-position: right center;
	/* border: 1px solid #f00; */
}

Good luck


Form is loading...