如何只在特定页面上隐藏div ?WORDPRESS

时间:2021-01-15 21:05:10

I have this site :

我有这个网站:

http://dl.dg-site.com/functionmentes/

http://dl.dg-site.com/functionmentes/

I tried this code :

我试过这段代码:

body.page.page-id-1632 .title_bar {
    display: none;

}

I want to hide .title_bar only a specific page.

我只想隐藏一个特定的页面。title_bar。

How can I fix this? What is wrong in what I wrote?

我该怎么解决这个问题呢?我写的有什么问题?

Thanks in advance!

提前谢谢!

1 个解决方案

#1


0  

I think page id is wrong Try this

我想页码是错的试试这个

.page-id-1637 .title_bar {
    display: none;
}

#1


0  

I think page id is wrong Try this

我想页码是错的试试这个

.page-id-1637 .title_bar {
    display: none;
}