return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>Save changes in CSS after removing Menu from specific page
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Save changes in CSS after removing Menu from specific page

programmeradmin1浏览0评论

I am completely new to WordPress and just succeeded in removing the Menu bar from specific sites. For this purpuse I used

.page-id-xxx .site-navigation - primary-navigation{
    display: none;
}

However, it always fails to save these changes. Can someone please help out? This might be a stupid question but anyways I cannot find the answer.

发布评论

评论列表(0)

  1. 暂无评论