Please always enter the name of the template and the Joomla version and the live URL if available
[SOLVED] Bug following astroid update
Good morning
I have just updated Astroid 3.0.11 and I noticed a bug in the Background function of the templates: if a background is programmed, it also applies to the page. I see this on B2B and snowflake
How to correct it?
Thanks in advance
Sincerely
I have just updated Astroid 3.0.11 and I noticed a bug in the Background function of the templates: if a background is programmed, it also applies to the page. I see this on B2B and snowflake
How to correct it?
Thanks in advance
Sincerely
Last Edit:8 months 3 weeks ago
by IDTK
Last edit: 8 months 3 weeks ago by IDTK.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Its not really a bug, because you can chose your own background color by the sections.
Or you can make them all white with following code
Or you can make them all white with following code
Code:
.astroid-layout.astroid-layout-boxed .astroid-wrapper {
background: #fff;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: IDTK
Please Log in or Create an account to join the conversation.
Good morning
I actually thought about putting a background on each section but programming it in a single line of code is much more practical and faster. Thank you very much for your response: I will apply it immediately!
Best regards
I actually thought about putting a background on each section but programming it in a single line of code is much more practical and faster. Thank you very much for your response: I will apply it immediately!
Best regards
by IDTK
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates