Hi,
In Basics/Logo i defined my Logo. My website https://www.polymersynthese.com is fine.
But in html code i found this:
title=https://www.polymersynthese.com/templates/at_construction/images/presets/preset6/logo.svg><img class="logo-image lazyload" data-src=https://www.polymersynthese.com/templates/at_construction/images/presets/preset6/logo.svg alt="Logo Polymer Synthese Werk" title=https://www.polymersynthese.com/templates/at_construction/images/presets/preset6/logo.svg
logo.svg is the helix ultimate logo.
I try to reduce the html-size.
Is it possible to prevent this logo from loading?
Regards
Hi,
I found something in template settings:
Under Basic i don't use a preset.
I don't use use a logo.
But on every website i found this:
https://www.polymersynthese.com/templates/at_construction/images/presets/preset1/logo.svg
This is the helix-logo.
Loaded on every page.
Any way to hide this?
agethemes
POSTED: 2025-07-24
Hello LIEDTKE,
This is the default image that loading from the template, even when you do not put the logo, it's default value.
A second question:
under www.polymersynthese.com u see a menu-entry "Produkte" with the logo megamenu. But the Menu-entry has no no subentrys. I had set all subentrys to "not showing in Menu". But the links to all subentrys are still on my webpage.
Must i delte the old megamenu-entrys?
How can i hide the megamenu-Pic from my site?
I don't have a megamenu, but the pic is always before "products"
This pic have a seperate link.
See: https://www.polymersynthese.com/en/
Regards
agethemes
POSTED: 2025-07-25
Hello LIEDTKE,
Just go to Template Options > Custom Code, and add more CSS as below for "Custom CSS code" field
Hi,
I urgently need to reduce my HTML code. It's currently 930KB in size. Is there a way to suppress the very extensive code for the mega menu? I don't use the mega menu.
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
For Quickstart installation, please make sure that you already follow this guide https://agethemes.com/install-quickstart-package/
View History
In Basics/Logo i defined my Logo. My website https://www.polymersynthese.com is fine.
But in html code i found this:
title=https://www.polymersynthese.com/templates/at_construction/images/presets/preset6/logo.svg><img class="logo-image lazyload" data-src=https://www.polymersynthese.com/templates/at_construction/images/presets/preset6/logo.svg alt="Logo Polymer Synthese Werk" title=https://www.polymersynthese.com/templates/at_construction/images/presets/preset6/logo.svg
logo.svg is the helix ultimate logo.
I try to reduce the html-size.
Is it possible to prevent this logo from loading?
Regards
This is HTML render from your logo
<img data-src="https://www.polymersynthese.com/images/LogoPolweiss.webp" title="Logo Polymer" alt="Logo Polymer" width="180" height="60" class=" lazyloaded" src="https://www.polymersynthese.com/images/LogoPolweiss.webp">
This is corrected size and you can defined logo size via Template Options > Basic > Logo.
View History
I found something in template settings:
Under Basic i don't use a preset.
I don't use use a logo.
But on every website i found this:
https://www.polymersynthese.com/templates/at_construction/images/presets/preset1/logo.svg
This is the helix-logo.
Loaded on every page.
Any way to hide this?
This is the default image that loading from the template, even when you do not put the logo, it's default value.
View History
A second question:
under www.polymersynthese.com u see a menu-entry "Produkte" with the logo megamenu. But the Menu-entry has no no subentrys. I had set all subentrys to "not showing in Menu". But the links to all subentrys are still on my webpage.
Must i delte the old megamenu-entrys?
Regards
View History
View History
Thanks for the info.
How can i hide the megamenu-Pic from my site?
I don't have a megamenu, but the pic is always before "products"
This pic have a seperate link.
See: https://www.polymersynthese.com/en/
Regards
Just go to Template Options > Custom Code, and add more CSS as below for "Custom CSS code" field
.fa-codepen:before {
display: none;
}
Save and recheck.
View History
nice weekend
View History
I urgently need to reduce my HTML code. It's currently 930KB in size. Is there a way to suppress the very extensive code for the mega menu? I don't use the mega menu.
You can try optimize plugin for Joomla such as jch optimize https://extensions.joomla.org/extension/jch-optimize/
View History
always done.
No changes. Megamenu still there.
You can compress CSS file to one file and load it, JCH Optimize support it.
Unfortunate, we don't have an option to remove this CSS instead using or not.
View History
Since i hide the megamenu-logo the last menu entry has a black background.
How can i fix this?
See: https://www.polymersynthese.com
I can't found black background issue, can you send me screenshot about that? (You can upload image to imgbb.com and share me a link to see it).
View History
Do you mean it's "Item on stock" menu item?
View History
Just add more CSS via Template Options > Custom Code, field "Custom CSS code" to define the new background for your button
.sp-megamenu-parent>li:last-child>a {
background: #xxx;
}
With "#xxx" is color code you want.