子比主题美化-首页广告模块美化

源码介绍
WordPress程序zibll主题美化,用来美化首页,可以用作广告位,源码为HTML,也可以适用其他程序,喜欢的朋友可以拿去,将代码里的链接,图片,文字可以修改成自己的
wordpress程序添加步骤:添加一个区块>>外观>>小工具>>自定义HTML代码
效果预览

子比主题美化-首页广告模块美化子比主题美化-首页广告模块美化

源代码

<link rel="stylesheet" href="https://www.yulll.com/wp-content/themes/zibll/css/headyul.css"  >
<div id="home_top">
    <style type="text/css">
        .todayCard-title,
        .todayCard-tips,
        .topGroup.banner-button {
            color: #ffffff;
        }
        .topGroup.todayCard {
            background: #000000;
        }
    </style>
    <div class="recent-top-post-group" id="recent-top-post-group">
        <div class="recent-post-top" id="recent-post-top">

添加新评论