Search…

X3 Photo Gallery Support Forums

Search…
 
dark-rebel
Experienced
Topic Author
Posts: 24
Joined: 17 Feb 2015, 15:50

Removing Asteriks sign from Logo

22 Feb 2015, 00:01

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Removing Asteriks sign from Logo

22 Feb 2015, 05:13

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:
Code
<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.
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

Re: Removing Asteriks sign from Logo

23 Feb 2015, 11:00

how about in titles?
 
dark-rebel
Experienced
Topic Author
Posts: 24
Joined: 17 Feb 2015, 15:50

Re: Removing Asteriks sign from Logo

23 Feb 2015, 14:40

The link worked perfect, thank you for your help! :-)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Removing Asteriks sign from Logo

24 Feb 2015, 09:10

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.
Code
<!--
# 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>
-->