Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

253
Views
¿Puedo ocultar la clase div en la página de pago de Shopify?

Tengo este código implementado en la página de pago (pago) de Shopify, desafortunadamente Shopify no permitirá editar esta página, pero puede agregar algún código css o html en la configuración de pago de Shopify. configuración de pago shopify

Necesito ocultar esta clase div PayPal

 <div class="radio-wrapper content-box__row " data-gateway-group="express" data-gateway-name="paypal" data-select-gateway="37585059906" data-submit-i18n-key="complete_order"> <div class="radio__input"> <input class="input-radio" id="checkout_payment_gateway_37585059906" data-backup="payment_gateway_37585059906" aria-describedby="payment_gateway_37585059906_description" aria-controls="payment-gateway-subfields-37585059906" type="radio" value="37585059906" checked="checked" name="checkout[payment_gateway]"> </div> <div class="radio__label "> <label for="checkout_payment_gateway_37585059906" class="radio__label__primary content-box__emphasis"> <img alt="PayPal" class="offsite-payment-gateway-logo" src="//cdn.shopify.com/shopifycloud/shopify/assets/checkout/offsite-gateway-logos/paypal@2x-768388b0667bef1aa9a7cf02fa1cc2184c2915a90d4cdd62dde223f74f2acbfc.png"> <span class="visually-hidden"> PayPal </span>

¿Me puede decir qué código puedo pegarlo en el cuadro de estilo de Shopify?. Necesito ocultar este elemento arriba.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

 let redBox = document.getElementById("targetElement"); let hideButton = document.querySelector("button"); hideButton.addEventListener('click', _ => { redBox.style.display = 'none'; });
 #targetElement{ width : 200px; height : 200px; background-color : red; }
 <div id="targetElement"> </div> <button type="button">Hide</button>

Debe usar "display: none" en el elemento div que desea ocultar.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!