gpt4 book ai didi

php - 更改wordpress上导航栏的布局

转载 作者:行者123 更新时间:2023-11-28 11:34:52 24 4
gpt4 key购买 nike

我创建了一个导航栏,想知道如何在 wordpress 上编辑它的 CSS,我的意思是通过它的名称调用导航栏(我想是从 php 到 css)。

因为它只是显示变量的两个点。

这就是我的导航栏。(即使那里没有变量,它也能工作)。

    function register_my_menu(){
register_nav_menu('header-menu',__( 'Test' ));
}
add_action( 'init', 'register_my_menu');

我不知道应该如何在 style.css 中编辑它,因为我是 wordpress 的新手,但对 php/css 有常识,但这让我一直在质疑。

最佳答案

<html>
<body>

<ul>
<li>1</li>
<li>2</li>
</ul>

<ul>
<li>10</li>
<li>20</li>
</ul>


<style>
body ul:first-child {
background: red;
}
</style>

</body>
</html>

关于php - 更改wordpress上导航栏的布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20968491/

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