2014-10-22, 02:43 PM
(2014-10-22, 09:47 AM)amanda2014 Wrote:(2014-10-22, 08:04 AM)FunkyOverLord Wrote: Where do I find the code to edit the logo, and how do I remove it and put my own in? Is there a way to access to file in the ACP?
I just did this by applying and modifying information I found on eNvy's own forum XStyled. This is how I did it:
In Template header:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>
was changed to:
<div class="logo"><div class="logo2"><img src="images/square/myownlogo.extension"></i></div> {$lang->xstyled_logo}</div>
Insert the name of your custom image and the extension of the file it is located in where it says myownlogo.extension (for example: logo.png)
eNvy, my logo is still flipping around like your cube was. How do I keep my logo from moving around?
ETA: I'm using the fourth version of Square. The original code for this was somewhat different in the third version.
That's because you have this:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>
And this needs to be like this:
<div class="logo"><img src="images/square/myownlogo.extension"></div>
I don't give support on PM.