• Hi
    Could you please let me know how to remove (or translate in french) the line that comes after ratings like:

    for EUR 15,00 New from EUR 15,00 Used from EUR 14,00

    I tried to add “display:none” to what look like concerned classes but this line still show up !

    Thanks
    Lola

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

    (@miunosoft)

    Hi,

    What about this?

    
    .amazon-product-meta {
        display: none;
    }
    
    Thread Starter lola99

    (@lola99)

    Thanks but I already have all this:

    .amazon-product-meta {
    display: none;
    }

    .amazon-product-lowest-new-price .amazon-product-price-value .amazon-product-lowest-new-price { display: none;}

    .amazon-product-price, .proper-price { display: none;}

    and the line still shows up…

    Plugin Author miunosoft

    (@miunosoft)

    Then,

    What about this?

    
    .amazon-product-meta {
        display: none !important;
    }
    
    Thread Starter lola99

    (@lola99)

    yes! thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove price info?’ is closed to new replies.