Page 1 of 1
Removing Asteriks sign from Logo
Posted: 22 Feb 2015, 00:01
by dark-rebel
Hi,
i have included an image file, but i get next to the logo an orange asteriks symbol when i move the mouse over the menu. Can someone please tell me where i can modify the settings that it gets removed and the logo standalone? Haven't found the settigs for that.
Thanks,
Stefan
Re: Removing Asteriks sign from Logo
Posted: 22 Feb 2015, 05:13
by mjau-mjau
I assume you uploaded an image into the custom/logo/ folder? Did you add any code to the page, or just upload the image? Try to add the custom html code like this:
<a href='/' class='logo w240'>[logo]</a>
The asterisk may appears because by default, the logo is using a class that has the asterisk icon.
Re: Removing Asteriks sign from Logo
Posted: 23 Feb 2015, 11:00
by winph
how about in titles?
Re: Removing Asteriks sign from Logo
Posted: 23 Feb 2015, 14:40
by dark-rebel
The link worked perfect, thank you for your help!

Re: Removing Asteriks sign from Logo
Posted: 24 Feb 2015, 09:10
by mjau-mjau
winph wrote:how about in titles?
Check the custom/logo/ page! There are some examples ... Just add your logo, and exclude the
style-icon class.
<!--
# CUSTOM LOGO HTML (Advanced)
# Upload your logo image file and/or customize the logo html. Simply upload your logo in recommended formats png or svg (jpg/gif also supported). Custom html is added at your own responsibility, and should be avoided if you can use logo settings.
# You must use the 'logo' class inside a tag for X3 to properly add the logo!
# Use [logo] to get the image uploaded into this folder (if any)
# Use [title] to get the title from settings.style.logo (defaults to settings.site.title)
# EXAMPLES:
# <a href='/' class='logo w240'>[logo]</a>
# <a href='/' class='logo logo-3d style-icon'>[title]</a>
-->