2013-09-25 24 views
1

我有我的網站在word新聞Here is my website link。有上面的滑塊文本,當我刪除它時,自動滑塊將會消失。任何人都可以幫助嗎?刪除wordpress網站上面的滑動條上的文字

守則如下:

<?php get_header(); ?> 

<div id="page-wrap"> 

    Front slider 
      <div id="front-slides"> 

      <div class="slides_container" > 

        <?php echo do_shortcode('[cycloneslider id="115"]'); ?> 

         </div> 
       </div> 
+0

你使用滑塊的任何插件。我可以顯示您的代碼 – rash111

+0

我已添加代碼@ rash111 –

+0

我認爲它已解決,我沒有在網站上看到 – rash111

回答

0

刪除後,您的文字 「前滑塊」,打開你的style.css文件和 變化margin-bottom: 9px;margin-top: 60px;#front-slides,將修復它:

#front-slides { 
    position: relative; 
    margin-top: 60px; /* the minimum margin is 60px you, if you change to 50px, your slider will go under the menu div.. & that would makes disappear :) */ 
}