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.
liedtke
POSTED: 2025-07-25
thx
nice weekend
liedtke
POSTED: 2025-07-26
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.
agethemes
POSTED: 2025-07-28
Hello LIEDTKE,
You can try optimize plugin for Joomla such as jch optimize https://extensions.joomla.org/extension/jch-optimize/
liedtke
POSTED: 2025-07-28
Hi,
always done.
No changes. Megamenu still there.
agethemes
POSTED: 2025-07-28
Hello LIEDTKE,
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.
liedtke
POSTED: 2025-07-29
Hi,
Since i hide the megamenu-logo the last menu entry has a black background.
How can i fix this?
See: https://www.polymersynthese.com
agethemes
POSTED: 2025-07-29
Hello LIEDTKE,
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).
liedtke
POSTED: 2025-07-29
https://ibb.co/4gf4NK76
agethemes
POSTED: 2025-07-30
Hello LIEDTKE,
Do you mean it's "Item on stock" menu item?
liedtke
POSTED: 2025-07-30
yes
agethemes
POSTED: 2025-07-30
Hello LIEDTKE,
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.
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
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.
nice weekend
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/
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.
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).
Do you mean it's "Item on stock" menu item?
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.
You're welcome!