Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1280509

    Hallo zusammen,
    wir haben auf dem Thema Enfold einen Shop aufgebaut, der soweit eigentlich recht gut funktioniert.
    Seit irgendeinem Update hat sich die Darstellung des Preises für ein Produkt und der Preis für die ausgewählte Einheit verschoben, ist auseinander gedriftet und auch die Schriftröße hat sich geändert.
    Vormals stand der Preis für das Produkt direkt unter dem Produkt und direkt darunter in kleinerer, normaler Schrift der Preis pro Einheit und die Anagebe der MwSt.
    Laut unserem Administrator lässt sich das irgendwie nicht ändern.
    Mit der jetzigen Darstellung sind wir aber gar nicht glücklich.
    Kann irgendjemand helfen?

    hier mal ein Link

    Ich freue mich über eine Info.
    Viele Grüße
    Stefan
    Bio Cornflakes

    Ich freue mich

    #1281331

    Hallo Stefan,

    It looks like you have used the Layout Builder to create your product layout? If that is the case, then post admin WordPress login details in private, so that we can have a closer look at your layout.

    Also, if you have a screenshot highlighting the changes you would like to make, then that would help us understand your intentions better as well.

    Best regards,
    Rikard

    #1281345

    Hallo Rikard,

    thanks for your quick reply.
    Can you tell me how to send you a screenshot to show what the problem is?

    best regards
    Stefan

    #1281495

    Hi StefanMayrhofer,

    You can upload screenshots to a service like Dropbox or http://imgur.com and give us the links here.

    Best regards,
    Victoria

    #1282855

    Hello Victoria,
    many thanks for your help. Imgur didn’t work for some reason.
    I hope this dropbox link works

    The problem is shown on the screenshot.
    Red arrows = current state after update
    green arrow = it should be like this again

    I´m looking forward to hearing from you
    Best regards
    Stefan

    #1283155

    Hi StefanMayrhofer,

    Please make the file public, I cannot see it.

    Best regards,
    Victoria

    #1283158

    Hi Victoria,
    my dropbox does not work I want :)
    I tried now Imgur and hobe that works.
    Best regards
    Stefan

    #1283229

    Hi StefanMayrhofer,

    Yes, I can see it now. Thank you.

    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

    
    .wc-gzd-additional-info .woocommerce-Price-amount.amount bdi,
    .wc-gzd-additional-info .unit-base,
    .wc-gzd-additional-info .unit {
        color:#666;
        font-size: 14px !important;
    }
    .wc-gzd-additional-info {
          color:#666 !important;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1283339

    Hello Victoria,

    Great, thank you. The writing has already worked. :)
    Now we still have the problem that the distances between the price, price per unit and the info “plus shippin”g are too far apart.
    I have provided you with pictures and a short description. Please see link.

    Can you tell me how we can change this?
    I look forward to hearing from you.

    Best regards
    Stefan

    #1283773

    Hi Stefan,

    Please try this CSS as well:

    p.price.price-unit.smaller.wc-gzd-additional-info {
      margin-top: 0;
    }
    
    div.legal-price-info {
      margin-bottom: 40px;
    }

    Best regards,
    Rikard

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