gpt4 book ai didi

magento - 有什么方法可以在 magento 的 paypal 付款方式页面上更新 css 吗?

转载 作者:太空宇宙 更新时间:2023-11-03 16:05:29 26 4
gpt4 key购买 nike

I want to update this page but it's css is loading from paypal website. common.css is loading from paypal website,still no changes are getting reflected

我想更新此页面,但它的 CSS 正在从 Paypal 网站加载。 common.css 正在从 paypal 网站加载,仍然没有反射(reflect)任何变化

最佳答案

如果您尝试像在 M1 中那样使用 jQuery 调整 CSS 组件 - 这在 M2 中将不再有效,因为 M2 使用 RequireJS。

相反,您应该在所需的 PHTML 文件中添加如下内容:

<script>
require([
"jquery"
], function ($) {
// Perform desired action(s) on the selector(s) you're interested in
// For example:
$("#UiElementOfInterest").hide();
});
});
</script>

希望对您有所帮助! :)

关于magento - 有什么方法可以在 magento 的 paypal 付款方式页面上更新 css 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46469010/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com