我想只從HOMPE頁面上洗掉以下內容! 我可以訪問頁面編輯器,但不確定在該頁面的CSS編輯器中插入什么。 我想洗掉下面的內容:
< div class="fs_img_header header_video_fs_view"/span> style="width: 1028px; height: 789px;">< div class="stat_img_cont" style=background-image: url();background-size: cover;background-position: center center;"></div> </div>
uj5u.com熱心網友回復:
.fs_img_header, .header_video_fs_view, .stat_img_cont{
display: none;
如果你使用的是Wordpress,并且css沒有效果的話:
.fs_img_header, .header_video_fs_view, .stat_img_cont{
display: none ;
為了只在主頁上顯示,請使用以下插件(easy-way)。 https://de.wordpress.org/plugins/css-javascript-toolbox/
有了這個插件,你可以選擇在哪里顯示你的自定義css(在這種情況下是在主頁上)。
讓我知道這是否有幫助。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/333715.html
標籤:
