Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #892904

    Hi team kriesi,

    we want to edit the size and the appeareance of the price of a product. By adding the following, it changes the size of all prices:

    #top .price, #top .price span{
        font-size: 20px!important;
    }

    This is good, but there is another important thing: Therefore, it would be good to open the link in the private data to understand the issue.

    We have got 4 different kind of prices.
    The first 2 prices are important – they should appear as big as they are right now with the command above.
    The 3. price is not necessary – with which command can we remove it?
    The 4. price should appear very small – how can we do that?

    Thank you for your help and have a nice evening
    Marcel

    #893311

    Hey christwars,

    Please remove this code
    Image 2018-01-04 at 18.31.59.png
    and add this:

    
    #top .product_price.price ins span, #top .product_price.price del span {
      font-size: 22px;
    }
    #top #wrap_all  .price.price-unit.smaller del, #top #wrap_all  .price.price-unit.smaller ins {
      font-size: 11px;
    }
    

    Best regards,
    Victoria

    #893313

    Hey christwars,

    Please remove this code
    Image 2018-01-04 at 18.31.59.png
    and add this:

    
    #top .product_price.price ins span, #top .product_price.price del span {
      font-size: 22px;
    }
    #top #wrap_all  .price.price-unit.smaller del, #top #wrap_all  .price.price-unit.smaller ins {
      font-size: 11px;
    }
    

    Best regards,
    Victoria

    #893341

    Hey Victoria! Thank you, this works for me.

    Is there also a demand which lets the 3rd price (strikethrough price / L) disappear? This one is not necessary but appears automatically.

    #893427

    Hi christwars,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all  .price.price-unit.smaller del {
      display: none;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.