• Resolved carmelojm

    (@carmelojm)


    Existe algún código para mostrar un número antes del título del producto o lista de productos?
    Ejemplo:
    1.- Producto descripción características
    2.- Producto descripción características
    3.- Producto descripción características

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Try adding this CSS rules via Dashboard -> Appearance -> Customize -> Additional CSS.

    
    .amazon-auto-links {
      counter-reset: aal_product_title;
    }
    
    h5.amazon-product-title::before {
      counter-increment: aal_product_title;
      content: counter(aal_product_title) ".- ";
    }
    

    Thanks for the review by the way.

    Thread Starter carmelojm

    (@carmelojm)

    Wao! Creo que te amo!

    Ahora mismo voy a cambiar mi rese?a porque hice esta misma pregunta.

    Te podría molesto con algo más? Quisiera que al hacer clic en el producto se mostrase en una ventana emergente, obviamente no a pantalla completa.

    TRADUCTOR DE GOOGLE

    Wow I think I love you!!

    Right now I’m going to change my review because I asked this very question.

    Could I bother you with something else? I would like the product to be clicked in a pop-up window, obviously not full screen.

    Graaacias. ?Excelente trabajo!

    Plugin Author miunosoft

    (@miunosoft)

    Glad it helped.

    Please create a new topic about the different issue. It helps future forum visitors find their information. Thanks!

    Thread Starter carmelojm

    (@carmelojm)

    Ok, gracias a ti. Así lo haré.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lista numerada’ is closed to new replies.