2015-07-08, 11:15 AM
(2015-07-08, 08:25 AM)xVacuum Wrote: @eNvy
Thanks, i have one more question.
How to change only that cube on header with own image? I also want to rotate this image like that cube.
ACP > Templates & Styles > Templates > Square Templates > Header Templates > open header template
Search this code:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>
Replace with this:
<div class="logo"><div class="logo2"><img src="link to your image"></div> {$lang->xstyled_logo}</div>
Greetings.
I don't give support on PM.