If I have a card with a query loop on it within the nestable slider element to show posts in a custom post type, I can set the card to be an li. However I can see nowhere to set the ul tag. Am I missing this somewhere or do I need to raise it as an enhancement?
Thanks.
You can use the “div” element as the parent of your query loop and tagging it as ul
1 Like
Sorry but this doesn’t work. By default Bricks sets each item in the slider as a li but does not set a ul any where. You cannot set the html tag on the nestable slider element, you can only set it on the container/block containing the slider. This means that within the ul you have nested divs before you get to the lis which is semantically not correct.