1 bobsmithson Sep 04, 2008 05:00
3 bobsmithson 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 afwas 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
Hi BobSmithson,
Welcome to the forums.
You were warm. The image is /skins/nifty_corners/rsc/img/squares.gif
By the way check out the other nifty skins for 2.4.2 at http://forums.b2evolution.net/viewtopic.php?t=16541
Good luck