mini-frontpage pro layout

Joomla 3.10.12

Using Collage #5, is it possible to add additional images at the bottom - 4 to 5 additional (images) articles to display in a row?

Is that possible with an override and what would I need to add?

 
2 months 3 weeks ago #1 by trey braid
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5195) Offline
Hi trey, I do not recommend doing an override for the collage theme because its codebase is quite complex. I would recommend combining its use with the default theme (you can achieve a similar look by tweaking the configuration) and by adjusting the number of Skipped items in the module parameters, matching the number of items displayed in the collage theme.
2 months 3 weeks ago #2 by TemplatePlazza
The topic has been marked as resolved.
Ok, I added a duplicate module and set the configuration how you said -- makes sense.

What CSS can I add to this specific module; so, that the Article title is smaller; so, the height will be less.  If I wanted to add some shadow to the text so it is more legible or adjust the alpha of the images what would I need to add?

LINK - amarillovenomfootball.com/
2 months 3 weeks ago #3 by trey braid
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5195) Offline
Hi trey,
You can try this :
.mfp_carouselxt_skin_default .mfp_carouselxt_item .mfp_align .mfp_align_inner .mfp_carouselxt_title a {
font-size: 1em !important;
text-shadow:0 2px 5px #000;
}
2 months 3 weeks ago - 2 months 3 weeks ago #4 by TemplatePlazza
Last edit: 2 months 3 weeks ago by TemplatePlazza.
The topic has been marked as resolved.
Thank you very much!!  Trey
2 months 3 weeks ago #5 by trey braid
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5195) Offline
Glad could help, Trey 
2 months 3 weeks ago #6 by TemplatePlazza
The topic has been marked as resolved.
Powered by Kunena Forum