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

    Hello

    Thank you for Enfold. It´s great!

    I switched from Woocommerce German Market to Woocommerce Germanized.
    Everything works fine, only… there is a small CSS bug. The “inkl. 19% MwSt.” is not directly under the Price. Please, can I get a quick css fix?
    Thanks for your help upfront.

    Best regards
    Dieter

    #399271

    Hey fotos4friends!

    Try adding this to your custom CSS.

    .tax-info {
      padding-left: 15px !important;
    }

    Cheers!
    Elliott

    #399283

    Thanks Elliot

    Now its the padding 15 px also on the single product page.

    How can I change it only on the shop page and how can I do that the tax info ist directly under the Price.

    Cheers

    Dieter

    #399596

    Hi!

    Please add following code to Quick CSS as well

    .tax-info {
    margin-top: -25px!important;
    }
    .inner_product_header {
    background: transparent!important;
    }

    Cheers!
    Yigit

    #399636

    great… thanks

    Cheers
    Dieter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce germanized’ is closed to new replies.