Jump to content
  • 0

Картинка в шапку.


KenLo
 Share

Question

У меня есть сайт в шапке у меня широкая полоска, хочу заменить ту полоску картинкой. Но немогу понять что к чему в коде...(

 

 

Вот каритинка.

http://i.imgur.com/CSHkR9C.png

 

Вот код.

<?php/** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package storefront */?><!DOCTYPE html><html <?php language_attributes(); ?> <?php storefront_html_tag_schema(); ?>><head><meta charset="<?php bloginfo( 'charset' ); ?>"><meta name="viewport" content="width=device-width, initial-scale=1"><title><?php storefront_title(); ?></title><link rel="profile" href="http://gmpg.org/xfn/11"><link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"><?php wp_head(); ?></head><body <?php body_class(); ?>><div id="page" class="hfeed site">	<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Читать далее', 'storefront' ); ?></a>	<?php	do_action( 'storefront_before_header' ); ?>	<header id="masthead" class="site-header" role="banner" <?php if ( get_header_image() != '' ) { echo 'style="background-image: url(' . get_header_image() . ')";'; } ?>>		<div class="col-full">			<?php			/**			 * @hooked storefront_social_icons - 10			 * @hooked storefront_site_branding - 20			 * @hooked storefront_secondary_navigation - 30			 * @hooked storefront_product_search - 40			 * @hooked storefront_primary_navigation - 50			 * @hooked storefront_header_cart - 60			 */			do_action( 'storefront_header' ); ?>		</div>	</header><!-- #masthead -->	<?php	/**	 * @hooked storefront_header_widget_region - 10	 */	do_action( 'storefront_before_content' ); ?>	<div id="content" class="site-content">		<div class="col-full">		<?php		/**		 * @hooked woocommerce_breadcrumb - 10		 */		do_action( 'storefront_content_top' ); ?>
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

В любом браузере F12, откроется консоль разработчика, находите там нужный элемент и смотрите какие у него стили. Переопределяете эти стили на нужные. Профит.

 

Я ни**я не понял, если я задал такой тупой вопрос. Наверное я нифига не понимаю в сss.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy