mmv

一个 CSS 问题

  •  
  •   mmv · Aug 5, 2017 · 2018 views
    This topic created in 3273 days ago, the information mentioned may be changed or developed.

    怎么才能下面的样式只在网站的首页生效呢?

    .entry-content {
    display:none;
    }
    

    这是用来隐藏文章内容的,如果直接使用,不止首页的文章内容被隐藏,内容页的内容也看不到了,现在只想把首页的文章内容隐藏掉。
    求解!

    cyio
        1
    cyio  
       Aug 5, 2017   ❤️ 1
    .home .entry-content

    找一个只有首页有的选择器,加到前面
    CodeingBoy
        2
    CodeingBoy  
       Aug 5, 2017   ❤️ 1
    你可以在首页的 body 添加一个 class:<body class="page-index">
    然后:body.page-index .entry-content
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1178 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 23:27 · PVG 07:27 · LAX 16:27 · JFK 19:27
    ♥ Do have faith in what you're doing.