2015-08-29, 11:42 AM

(2015-08-29, 08:47 AM)eNvy Wrote: It's ok, after that go to ACP > Templates & Styles > Styles > Square > and open Square.css
Put at the end of the file this:
.logo a:link, .logo a:visited { text-decoration: none; color: #fafafa; opacity: 0.75; transition: all 0.3s ease; } .logo a:hover, .logo a:active { opacity: 1; transition: all 0.3s ease; }
Also, if you want to center your current image logo, search this class:
.logo2
And replace with this:
.logo2 { float: left; color: #FFFFFF; margin: 2px 10px 0 0; transition: all 0.5s ease; }
Thanks it works now, however the image wont rotate 360 now