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

    I want to make the unit price smaller e.g 15px.
    But if I change it in Qucik CSS the normal price gets also smaller.
    Please advice.
    Thanks.

    View post on imgur.com

    • This topic was modified 4 years, 4 months ago by SK-RE.
    #1227372

    Hey SK-RE,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-product-summary .wc-gzd-additional-info span {
      font-size: 15px;
    }

    Best regards,
    Rikard

    #1227401

    Hi Rikard,
    unfortunately that changes nothing.

    #1227639

    Hi,

    This code is overriding what I gave you:

    #top .price span, #top del, #top ins {
        float: inherit;
        font-size: 24px !important;
    }

    Please remove the !important bit from the CSS. I can’t see exactly where it’s added since you have file compression active.

    Best regards,
    Rikard

    #1227674

    Hi Rikard,
    done but nothing changes.
    Do you want login credentials?

    #1227695

    Hi,

    Did you add Rikard’s code back? Be sure to add the code to the very top of quick css so it runs first. Also clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1227698

    Hi Jordan,
    yes it´s on the top of quick CSS. Cache an tmp files cleared.
    Nothing happens. Login credentials are in my last post.
    Best regads

    ———————-
    .single-product-summary .wc-gzd-additional-info span {
    font-size: 15px;
    }

    #top .price span, #top del, #top ins {
    float: inherit;
    font-size: 24px;
    }
    ——————————-

    #1227915

    Hi,

    It’s applying now, please review your site.

    Best regards,
    Rikard

    #1228304

    Kudos! Rikard!
    Thanks a lot!

    #1228377

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Unit-Price – Grundpreis’ is closed to new replies.