Phpbb site logo

Associate
Joined
29 Sep 2014
Posts
1,696
Location
Caithness , Wick
I'm trying to change the site logo ,

I've replaced the Image and renamed it site_logo.gif as was default, but refused to propagate change , so
I renamed the file logo_small.png
I changed line in imageset.css

.imageset.site_logo {
background-image: url("./images/logo_small.png");
padding-left: 149px;
padding-top: 52px;
}

And saved , yet still nothing . Am I missing something ?

Using PHPBB 3.1.3
 
Soldato
Joined
16 Jun 2013
Posts
5,375
I vaguely remember having to reload imagesets in ACP panel. I think it's in style and then click on theme using. Should be a button in there.

If not have you tried setting the new logo from ACP panel?
 
Associate
OP
Joined
29 Sep 2014
Posts
1,696
Location
Caithness , Wick
I think that applies to previous verions , as all I have in styles is install , uninstall ,activate or de-activate ... Did have a problem applying styles,but quickly realised its version for version applicable .

I've tried purging cache server and client side ( multiple clients )
 
Back
Top Bottom