• Всем привет, подскажите как вставить картинку в шапку сайта
    хедер выглядит так

    
    <?php global $template;
    $footer_style = ya_options() -> getCpanelValue( 'footer_style' );
    ?>
    <footer class="footer theme-clearfix footer-<?php echo $footer_style; ?>" role="contentinfo">
    	<div class="footer-in theme-clearfix">
    		<div class="container theme-clearfix">
    			<div class="row">
    				<?php if (is_active_sidebar_YA('footer-style9-left')){ ?>
    				<div class="col-lg-3 col-md-3 col-sm-12 sidebar-footer-style9-left">					
    					<?php dynamic_sidebar('footer-style9-left'); ?>
    				</div>
    				<?php } ?>
    				<div class="col-lg-9 col-md-9 col-sm-12 sidebar-footer-style9-right">
    					<?php if (is_active_sidebar_YA('footer-style9-right1')){ ?>					
    						<?php dynamic_sidebar('footer-style9-right1'); ?>
    					<?php } ?>
    					<?php if (is_active_sidebar_YA('footer-style9-right2')){ ?>	
    					<div class="sidebar-footer-style9-right2 clearfix">				
    						<?php dynamic_sidebar('footer-style9-right2'); ?>
    					</div>
    					<?php } ?>
    				</div>
    				
    			</div>
    		</div>
    	</div>
    	<div class="copyright9 theme-clearfix">
    		<div class="container clearfix">
    			<?php if (is_active_sidebar_YA('footer-copyright9')){ ?>
    			<div class="sidebar-copyright9">					
    				<?php dynamic_sidebar('footer-copyright9'); ?>
    			</div>
    			<?php } ?>
    		</div>
    	</div>
    </footer>
    

    стили так

    
    /*
    Theme Name:         SW Max Shop
    Theme URI:          http://wp.smartaddons.com/themes/sw_maxshop/
    Description:        SW Max Shop is Shop WordPress Theme.
    Author:             Magentech
    Author URI:         http://magentech.com/
    Version:            2.4.0
    License:            GNU General Public License v2 or later
    */
    
    .wp-caption{}
    .wp-caption-text{}
    .sticky{}
    .gallery-caption{}
    .bypostauthor{}
    /*
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: rtl-language-support, sticky-post, two-columns
    Text Domain: yatheme
    
    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
    */
    .woocommerce-page table.shop_table_responsive tbody th{
    display:block;
    }
    .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {display:none;}
    
    • Тема изменена 8 лет, 10 месяцев назад пользователем Yui. Причина: code
Просмотр 1 ответа (всего 1)
Просмотр 1 ответа (всего 1)

Тема «Вставить картинку в шапку сайта» закрыта для новых ответов.