Tagged: catalogue element
Hi guys,
Could you help me refine the css for the catalogue element please? I have the catalogue to create a list of recipe ingredients.
– I would like to get rid of the av-catalogue-price column as it takes up space unnecessarily.
– I would also like to have some left padding in the lists, as the checkbox and text are currently too close to the left edge.
Website link: http://thrussells.com/makaronia-tou-fournou-pastitsio-pasta-bake/
Thank you for your help, apologies for the currently un-optimised images!
Kind regards,
Andreas
Hey atlantio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-catalogue-title { padding: 0 10px; }
Regards,
Yigit
I am trying to add bullets to the .av-catalogue but only in the bottom not in the title
I used:
.av-catalogue-list li {
list-style: disc;
}
and it looks good in safari but in firefox on mac it has a bullet next to the title too.
Please help
http://typo3florida.com/products/
Thanks
Martina
Hi!
Replace the code with this:
.av-catalogue-list .av-catalogue-content li {
border-bottom: 0px none;
list-style: outside none disc;
}
Best regards,
Ismael
Thanks Ismael. That worked great!! You are the best!