• Resolved marionhbn

    (@marionhbn)


    I have style code appearing on my gift card product page and am at a loss how to fix it.

    I have tried both the free and pro version and it occurs either way

    Hope someone can advise,

    Thanks

    Marion

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pimwick

    (@pimwick)

    This issue is from the Neve Theme.

    It is possible to add this custom CSS to hide the style elements for the PW Gift Card product, however you are still going to see code from other plugins since the Neve Theme is forcing all hidden elements to be visible.

    1. Log into your WordPress Admin area.
    2. Click on Appearance -> Customize -> Additional CSS
    3. Paste the following CSS into the field and save:

    .woocommerce.single .single_variation_wrap > style, .woocommerce.single .woocommerce-variation-add-to-cart > style {
        display: none;
    }
    
    #pwgc-purchase-container {
        display: block;
    }
    Thread Starter marionhbn

    (@marionhbn)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style Code appearing on product page’ is closed to new replies.