• Foto de perfil de Wren

    Wren ha publicado una actualización Hace una semana

    Hace una semana

    Is it possible to add a WYSIWYG editor to the variation description of a variable product? In WooCommerce’s variable product setup, each variant has a “Variation Description” field. Currently, only plain text input is supported, which is not intuitive when you need to add formatting such as bolding, lists, or links.

  • Foto de perfil de Wren

    Wren ha publicado una actualización Hace 5 semanas

    Hace 5 semanas

    My website had a horizontal overflow issue in mobile view due to content in the footer overflowing. To fix this, I applied the following CSS code:

    body { overflow-x: hidden; max-width: 100%; }

    This code resolved the horizontal overflow issue, but it also…

    Leer más

    • If you do not set a fill value in the mobile view, it will usually default to the desktop fill value. You can try setting the number to 0
      “`/* Default styles (e.g., desktop view) */

      .element {

      fill: #000; /* Example desktop fill value */

      }

      /* Mobile view -…

      Leer más