For example, when you list all blogs, you get this page:
My question is how to change the design of the items displayed? As in CSS, layout, div, etc.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- rjcalifornia@rjcalifornia
rjcalifornia - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
You must log in to post replies.If I understood you correctly, this is done by extending this file (brief view), i.e. in fact you need to customize all the elements for summary.
Thanks! That's what I thought, well changing the entire layout of the summary is kinda complicated. Sure, I can change the summary but it will only change one item. I want to change the design to a three columns grid and use cards (Tailwindcss)
You may create a new component \views\default\page\components\grid.php and call it via elgg_view_entity_list() in your custom layout.