Sam - Unsheathed
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: [Swell Lite] Header Image ScrollingCan anyone help me? I’m still having this problem.
Forum: Themes and Templates
In reply to: Header Image ScrollingAnyone still here? I really need the help. Please…I’m new to CSS.
Forum: Themes and Templates
In reply to: Header Image ScrollingThis is the header code for the theme:
<!-- BEGIN #header --> <div id="header"> <?php $header_image = get_header_image(); if ( ! empty( $header_image ) ) { ?> <div id="custom-header" <?php if ( has_nav_menu( 'fixed-menu' ) ) { ?>class="fixed-menu"<?php } ?> style="background-image: url(<?php header_image(); ?>);" data-type="background" data-speed="10"> <?php get_template_part( 'content/logo', 'title' ); ?> <img class="hide-img" src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="<?php echo esc_attr( get_bloginfo() ); ?>" /> </div> <?php } else { ?> <div id="custom-header" class="non-active<?php if ( has_nav_menu( 'fixed-menu' ) ) { ?> fixed-menu<?php } ?>"> <?php get_template_part( 'content/logo', 'title' ); ?> </div> <?php } ?> <!-- END #header -->How do I remove the background-attachment: fixed; part?
Forum: Themes and Templates
In reply to: Header Image ScrollingI’m not sure how to assimilate this into my CSS code. A little help, please? Swell Lite is a little different.
Forum: Themes and Templates
In reply to: Header Image ScrollingBasically. What I want is for the header image to remain stationary and not scroll at all while I go down the page.
Forum: Themes and Templates
In reply to: Header Image Scrolling
Viewing 6 replies - 1 through 6 (of 6 total)