Related Posts
With Elementor Pro, you can add custom attributes to the container of each Section, Column or Widget. Esto permite la adición de atributos data- *, atributos ARIA (accessibility) y valores, encabezado, pie de página, barra lateral, rel = * y otros atributos que se pueden encontrar aquí: https://www.tutorialspoint.com/html5/html5_attributes.htm
Add custom attributes to sections, columns, or widgets
- Right-click the edit button for the item and click Edit Section to open the section settings panel. Similarly, if you edit a widget, right-clicking will display the option to edit widget, and editing a column will display Edit column.
- Go Advanced> Custom attributes
- Add your code for the element to the editor, using the format key | value. Por ejemplo, para agregar role = «presentation» al HTML del elemento, ingrese paper | presentation here.
Tip: Establezca atributos personalizados para el elemento contenedor, con cada attribute en una línea separada. Separe la clave de atributo del valor mediante el | personaje.