Get an access to all 211 items designed and developed by Age Themes team plus all the future items which will be released over the course of your club subscription. Price starting from $51.75
Welcome :)
I get a message that the template needs to be updated first.
Is that true?
Yes, you can feel free to run update, our template is fully compatible with latest Joomla! version.
Is there really no way to suppress the link from the logo?
You can create Custom HTML and put your logo without link, then you put it at position 'logo'.
If i do this: my logo is shown, but also the Helix logo.
Please do it and let me know, so I can send you CSS to hide original logo.
I can't see default logo, did you enable it?
It will be published after it has been approved by the Website Administrator.
Please also enable Logo module at position 'logo'.
Just add more Custom CSS code
#sp-header .logo {
display: none;
}
You're welcome!
On mobile and tablets it's not working. Still the Helix logo there, if u klick on the Menu-Button.
Just add CSS to hide it
.offcanvas-menu .logo {
display: none;
}
Save and recheck.