这个新手试图改变一个洋红色商店的页脚。使用的模板是ultimo。页脚是用6个页脚构建的,模板自己创建类"网格12-2"。显然,对于街区来说,这些课程是" grid12-2"
最后/第6个页脚块已禁用,无法显示。其他5个页脚块仍然有类#34;网格12-2"
我想改变班级中的第5个页脚块"网格12-3"。我怎么能这样做?
<?php if (!empty($b['primary_bottom'])): ?>
<div class="footer-primary-bottom grid12-12">
<div class="<?php if(!empty($b['primary'])) echo 'footer-primary-bottom-spacing '; ?>clearer">
<?php if (!empty($b['primary_bottom']['left'])): ?>
<div class="item item-left clearer block_footer_primary_bottom_left">
<?php echo $b['primary_bottom']['left']; ?>
</div>
<?php endif; ?>
<?php if (!empty($b['primary_bottom']['right'])): ?>
<div class="item item-right clearer block_footer_primary_bottom_right">
<?php echo $b['primary_bottom']['right']; ?>
</div>
<?php endif; ?>
<?php if (!empty($b['primary_bottom']['newsletter'])): ?>
<div class="item item-right newsletter-wrapper clearer">
<?php echo $b['primary_bottom']['newsletter']; ?>
</div>
<?php endif; ?>
</div>
</div> <!-- end: footer-primary-bottom -->