Saltar navegación

[Resuelto] Creating alternating rows in Toolset Blocks/Block Editor Views

This support ticket is created hace 4 años, 11 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Gavin hace 4 años, 11 meses.

Asistido por: Minesh.

Autor
Mensajes
#1541583

Hello

Is there a work-around/method to implement alternate styled rows in the Loop using the Block Editor for Views?

e.g. In classic Views you could use wpv-item (odd/even)

Many Thanks in advance!

#1541963

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

You can add the custom CSS to your view's Custom CSS section to target the nth-child(even) and nth-child(odd) and set the background color.

Please check the following screenshot that may help you:
=> enlace oculto

#1542071

Nice solution - thanks.