WordPress美化/主题首页美化添加搜索框 - 汇站网

WordPress美化/主题首页美化添加搜索框

2022-08-18 0 1,075

教程前言:

汇站今天给大家带来的是美化主题主页,发现在原来的幻灯片上加了一个大搜索框很好看。传统幻灯片我看腻了,就不废话了。下面为大家提供详细的安装教程!

截图

WordPress美化/主题首页美化添加搜索框

第一步:PHP代码

将下面代码放入主题目录下的 index.php 文件,放到<div class=”b2-content”>这个代码之后即可。注意:放入我给的代码就好,本来的代码不要删哦!

这里调用了我的阿里巴巴矢量图标,你们换成自己的。

&lt;div id="primary-home" class="content-area"&gt;
         
        &lt;div class=" home_row home_row_0  module-sliders home_row_bg home_row_bg_img" style="background-color:#fcfcfc;background-image:url(https://s1.ax1x.com/2020/05/25/tpdmCD.jpg);"&gt;
                    &lt;div class="wrapper"&gt;&lt;div class="home-row-left content-area  " style="width:1440px"&gt;&lt;div class="slider-7"&gt;
            &lt;div class="slider-7-carousel slider-height" style="width:1300px;max-width:100%;"&gt;
            &lt;p class="sousuotopTitle"&gt;这里可能有你想要的资料哦!&lt;/p&gt;
                   &lt;form action="?s=&amp;amp;post_type=post" class="searchform"&gt;
&lt;input type="text" name="s" id="sss" placeholder="搜索相关文章" class="search-keyword"&gt;
&lt;input type="hidden" name="post_type" value="post"&gt;
&lt;button type="submit" class="search-submit"&gt;&lt;i class="xu icon-sousuo3-copy"&gt;&lt;/i&gt; 搜  索&lt;/button&gt;
 
&lt;/form&gt;&lt;div class="remensousuo"&gt;&lt;div class="sousuocenter"&gt;&lt;span&gt;&lt;i class="xu icon-iconfonthuo-copy"&gt;&lt;/i&gt; 热门搜索:&lt;/span&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/chanpinxian/youyanji" class="shejipsd"&gt;美化&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/chanpinxian/xiwanji" class="shejixd"&gt;主题&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/chanpinxian/zaoju" class="shejifigma"&gt;插件&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/chanpinxian/zhengkaowei" class="shejisketch"&gt;APP 源码&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/chanpinxian/reshuiqi" class="shejisketch"&gt;影视源码&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

第二步:css代码

将 CSS 代码放进主题全局 CSS 文件或者放入主题的style.css里面即可

/*大大的搜索框*/
 
.home .site-header{margin-bottom:0 !important;}
.header .wrapper{background:none;
height: 72px;
}
.site-header{height: 72px;}
.home .home_row_0 .content-area{border-radius:6px}
.home .content-area{border:0 !important}
.home .action .top-style-blur{background:#672d2d2e;height:72px}
.home .top-style-blur{background:#00000012;height:72px}
.top-style-blur{background:#383838;height:72px}
.home .b2-content{margin-top:-73px;}
.top-menu-ul &gt; li.depth-0:first-child &gt; a{color:#fff}
.top-menu ul li.depth-0 &gt; a{color:#fff}
.home_row_bg, .home_row_bg_img{margin:0;padding:60px 0}
/*.home_row_0 .wrapper{padding:0 15px}*/
.site.up .site-header-in{transform: translate(0,-70px);}
.post-list-cats{background:none}
.picked.post-load-button span:hover{color:#fff}
.slider-7 .search-keyword{   margin:0 auto;
    width: 600px;
    color: #FFF;
    font-size: 16px;
    overflow: hidden;
    height: 54px;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: none;
    padding-left: 19px;
        background: #ffffff38;
    border: 1px solid #ffffff14;}
.slider-7 .searchform{   width: 750px;
 
    border-radius: 6px;
    margin: 0 auto;}
 
.slider-7{padding:60px 0}
.slider-7 .searchform input::-webkit-input-placeholder{color:#eee}
 
.slider-7 .search-submit{    display: block;border-radius: 4px;background: #fd6360;
    width: 120px;
    height: 54px;
    position: relative;
border: 1px solid #ffffff14;
    font-size:18px;
    right: 6px;}
     
.slider-7 .search-submit:hover{background:#f53224;color:#fff}    
.slider-7 .ri-search-line{position:relative;top:3px;font-size:18px;margin-right:5px}
.slider-7 .sousuotopTitle{text-align:center;font-size:25px;color:#eee;margin-bottom:40px;}  
.slider-7 .sousuotopTitle:before{    content: "//";
    font-weight: 900;
    position: relative;
    left: -17px;
    opacity: .5;}
     
    .slider-7 .sousuotopTitle:after {
    content: "//";
    font-weight: 900;
    position: relative;
    left: 17px;
    opacity: .5;
}
.login-box-content{background:#fff}    
.header-login-button .empty {color:#fff;} 
.header-login-button .empty i{position:relative;top:2px;margin-right:2px}
 
.login-button .header-login-button button{font-size:14px;
    background: #ff5757;}    
 .header-user{top:21px;}  
 .login-box-content{  
       background: #fd6360;
   background-image: url(https://s1.ax1x.com/2020/05/25/tpdmCD.jpg);
    background-position: 145px bottom;
    background-repeat: no-repeat;}
.sheji_com_login {width: 400px;
    height:auto;
 
    float: left;
   }   
.login-box-content .login-box-top{    width: 400px;
    float: left;background: #fff;}    
     
 .modal-content{width:800px}   
.sheji_com_login .wxlogin-sidebar{
     padding: 50px 50px 0;}
    
.sheji_com_login .wxlogin-sidebar h2 {
    font-size: 22px;
    margin-bottom: 30px;
    color:#fff;
}    
.sheji_com_login .wxlogin-sidebar ul li{    
     display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color:#fff;
}  
     
p.module-desc {
    border-left: 0px solid #fb5f3c;
    padding-left: 0px;
}
.sheji_com_login .wxlogin-sidebar ul li i{
    margin-right: 10px;
    opacity: .52;
    position: relative;
    top:2px;
}
.login-title span{padding:10px 10px;font-size:16px;color:#252525;}
.login-title span b{color:#252525;}
.login-box-content .login-box-top{padding:36px 24px}
.header .ri-medal-line{    color: #ffd2ab;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 3px;}
 
.shejihot{    display: block;
    width: 14px;
    height: 16px;
    background: url(https://s1.ax1x.com/2020/05/25/tpdmCD.jpg) no-repeat;
    position: relative;
    top: -3px;
    margin-left: 6px;
    background-size: contain;}
.remensousuo{margin:0 auto;height:80px;padding-top:30px;   color:#fff;    display: flex;font-size: 14px;}
.remensousuo .sousuocenter{       margin: 0 auto;
    padding: 0 60px;
    line-height: 40px;
    border-radius: 73px;
    position: relative;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background: rgba(0, 0, 0, 0.26);
}
.home_row_bg_img::after{background: #bf4d4936;}
.remensousuo span{float:left;color:#e6e6e6;    position: relative;top: 1px;}
.remensousuo span .ri-fire-fill{    background: #fff3;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    display: block;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 7px;
}
 
.remensousuo span .ri-fire-fill:before {
    content: "ecf4";
    position: relative;
    top: -12px;
}
.remensousuo li a:hover{color:#f44336}
.remensousuo ul{margin:0 auto;float:left}
.remensousuo li {float:left;margin-right:20px;}
.remensousuo li a {float:left;color:#e6e6e6;    padding: 0px 9px;}
/*.remensousuo li .shejipsd{background: url(https://img.94kan.cn/2020/04/165c14e9643e9a.png) no-repeat;background-size: contain;}
.remensousuo li .shejisketch{background: url(https://img.94kan.cn/2020/04/16549ef5679a34.png) no-repeat;background-size: contain;}
.remensousuo li .shejixd{background: url(https://img.94kan.cn/2020/04/163e49e457c593.png) no-repeat;background-size: contain;}
.remensousuo li .shejifigma{background: url(https://img.94kan.cn/2020/04/1797362e59ec44.png) no-repeat;background-size: contain;}
.remensousuo li .shejisketch{background: url(https://img.94kan.cn/2020/04/16549ef5679a34.png) no-repeat;background-size: contain;}*/
.login-social-button .login-qq {
    color: #ff7a09;
}

结语

完成以上操作即可,可能还需要修改一些样式。比如搜索旁边有个阿里巴巴矢量图标,需要改成自己的。自己造好了再看。

转载请注明:汇站网 » WordPress 美化/主题首页美化添加搜索框

收藏 (0)

微信扫一扫

支付宝扫一扫

点赞 (0)

免责 声明

本资源仅用于个人 学习和研究使用,禁止用于任何商业环境!

 1.  本网站名称:汇站网
 2.  本站永久网址:https://www.huizhanii.com/
 3.  本站所有资源来源于网友投稿和高价 购买,所有资源仅对编程人员及源代码爱好者开放下载做参考和研究及学习,本站不提供任何技术服务 !
 4.  本站所有资源的展示图片和信息不代表本站的立场 !本站只是储蓄平台及搬运
 5.  下载者禁止在服务器和虚拟机下进行搭建运营,本站 所有资源不支持联网运行!只允许调试,参考和研究!!!!
 6.  未经原版权作者许可,禁止用于任何 商业环境,任何人不得擅作它用,下载者不得用于违反国家法律,否则发生的一切法律后果自行承担!
 7.  为尊重作者版权,请在下载24小时 内删除!请购买原版授权作品,支持你喜欢的作者,谢谢!
 8.  若资源侵犯了您的合法权益, 请持 您的版权证书和相关原作品信息来信通知我们请来信     通知我们 我们会及时删除,给您带来的不便,我们深表歉意!
 9.  如下载链接失效、广告或者压缩包 问题请联系站长处理!
 10.  如果你也有好源码或者教程,可以 发布到网站,分享有金币奖励和额外收入!
 11.  本站资源售价只是赞助,收取费用 仅维持本站的日常运营所需!
 12.  因源码具有可复制性,一经赞助 ,不得以任何形式退款。
 13.  更多详情请点击查看

汇站网 wordpress美化 WordPress美化/主题首页美化添加搜索框 https://www.huizhanii.com/28834.html

汇站

站长资源下载中心-找源码上汇站

常见问题
  • 如果付款后没有弹出下载页面,多刷新几下,有问题联系客服!
查看详情
  • 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。
查看详情

相关文章

发表评论
暂无评论
  随机评论   表情   下载本站到电脑桌面


表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情 表情
登录后评论
联系官方客服

为您解决烦忧 - 24小时在线 专业服务

(汇站网)一个专注站长资源的平台网站,提供最新的网站模板和整站源码,内容包含各类精品网页模板,企业网站模板,网站模板,DIV+CSS模板,织梦模板,帝国cms模板,discuz模板,wordpress模板,个人博客论坛模板,上千种免费网页模板下载尽在汇站网.找源码上汇站.huizhanii.com