Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #472896

    Hi there, I use Enfold with WooCommerce and the Plugi-in WC German Market.
    It just made an update for both WC and the plug-in to the most recent versions and I noticed some adjustment errors.
    One of them is the additional shipping cost information (in german: zzgl. Versandkosten) that one can see in the Shop overview page below the product.
    any idea how I can change that? please see attached image: http://pl.vc/48b3t

    thanks!!

    #473191

    Hey aovivo!

    Thank you for using Enfold.

    Do you want to remove it? Add this in the Quick CSS field:

    .woocommerce_de_versandkosten {
      display: none;
    }

    Cheers!
    Ismael

    #473302

    Hey Ismael,
    thanks for the quick response.
    No, I dont want to remove since it is a essential legal note, but it used to be in one line …
    It also seems that each word works as a link and has a different destination…
    However I am not 100% sure if this issue is related to the plug-in WooCommerce German Market…

    thanks in advance
    P.-

    #473686

    Hey!

    Alright. You can use this instead:

    .woocommerce_de_versandkosten a {
      width: auto;
      float: left;
      margin-right: 10px;
    }

    Regards,
    Ismael

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