Hi, I have set up a distance learning course on Joomla 4.x for a client of mine. I chose Purity III as the template (instead of former Joomla 3.x protostar). So this works already, but I would like to offer the students of my client an "eyecatcher" to make it look prettier or modern compared to the Joomla! 3 Version. Would you have a free module or some "beautifications" in mind that would help me and my students? In return, all of the students will learn to know Purity III :-)
Weckermann HI
Thanks for using our template!
May I know which kind of module that you want to have on your site?
saguaros Hi, thanks for the reply. Any free module (for the sake of my students) that gets some eyecandy to the site. A background image, a video in a light box, a panorama image as background for the menu (instead of plain green). Any other suggestions appreciated. Regards, Joachim
Hi Joachim,
I need to understand how you want to achieve so I can suggest further: sample, screenshots...
For extensions, you can find a suitable one here: https://extensions.joomla.org/
Hi, like for instance, look at https://www.schoenwaldfeld.de which is the Joomla3 version. It has a background image in the menu header. Second, a background picture (instead of just plain white) would be nice. Regards, Joachim
Hi Joachim
With that header, you can simply use some custom CSS to set the background image for that section, no need a module there.
You can share your site's URL and tell us the image you want to set as background, we can help you 🙂
Hi
Do you mean that you want to have a slideshow for these images?
Where do you want to place this slideshow?
saguaros Can we have a background image (one of these I uploaded) as a background image in the (light grey) footer area? Where we find 'Übungsprojekt-Über mich-Über Uns-Bitte folgen'. Thanks
I added sample CSS code to set background for the footer:
.t3-footer { background-image: url('../images/ansicht3.jpeg'); background-repeat: no-repeat; background-size: cover; }
But I think you should use image with better resolution and need to style for the text in this area also.