prestonking73
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Gallery by FooGallery] FooGallery: Cursor to the next picture isn’t alignedI am having the same exact issue. Has anyone seen this?
Forum: Themes and Templates
In reply to: [Storefront] Add Logo without JetpackNM figured it out..
Forum: Themes and Templates
In reply to: [Storefront] Add Logo without Jetpackin what file do we add this code?
add_action( 'init', 'storefront_custom_logo' ); function storefront_custom_logo() { remove_action( 'storefront_header', 'storefront_site_branding', 20 ); add_action( 'storefront_header', 'storefront_display_custom_logo', 20 ); } function storefront_display_custom_logo() { ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="site-logo-link" rel="home"> <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo.png" alt="<?php echo get_bloginfo( 'name' ); ?>" /> </a> <?php }Do you have an example file?
Forum: Themes and Templates
In reply to: [Minamaze] Center menu and logoI see. Thanks for the help.
Forum: Themes and Templates
In reply to: [Minamaze] Center menu and logoThant worked perfectly, thank you. Any clue on how to make the header “transparent” I would like to see the background image behind the logo.
Forum: Themes and Templates
In reply to: [Minamaze] Center menu and logoForum: Themes and Templates
In reply to: [Minamaze] Centering the header imgHow did you get it to work? I am trying to figure it out..
Forum: Themes and Templates
In reply to: [Minamaze] Remove space between header (nav) and body (content)What code did you use? i cannot get it to work either.
Viewing 8 replies - 1 through 8 (of 8 total)