gpt4 book ai didi

css - wordpress 注册页面 - 为它创建一个样式表

转载 作者:太空宇宙 更新时间:2023-11-04 11:07:37 24 4
gpt4 key购买 nike

我想在 wordpress 中设置注册页面背景的样式。我将一些样式放入我的子主题中,但没有被选中 - 认为是因为页面没有引入我的 style.css,我在我的 functions.php 中这样做

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );

理想情况下,我不想在管理部分编辑 login.css。

如何为注册页面加载我自己的样式表?

最佳答案

使用:

add_action( 'login_enqueue_scripts', 'theme_enqueue_styles' );

还有一些方法可以编辑 Logo 等,而无需解析为 CSS。在这里阅读更多:https://codex.wordpress.org/Customizing_the_Login_Form

关于css - wordpress 注册页面 - 为它创建一个样式表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33846157/

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