Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m trying to figure that out also. Want to remove the main header picture and add a slider. Cannot find a way to do this. Anyone have any suggestions with in addition?

    Thanks in advance!

    @mikkai: It is considered impolite to interrupt another poster’s thread. Please post your own topic.

    Well, my bad then.

    I figured out how to remove the Home Top Feature Heading.

    Remove the following from the front-page.php file in your theme.

    <!-- /.slide-content -->
    			<?php if ( inkthemes_get_option('colorway_slideimage1') !='' ) {?>
                <div class="slide-image fl"><img  src="<?php echo inkthemes_get_option('colorway_slideimage1'); ?>" class="slide-img" alt="Slide 1"/> </div>
    			 <?php } else { ?>
    			 <div class="slide-image fl"><img  src="<?php echo get_template_directory_uri(); ?>/images/slide-img-1.jpg" class="slide-img" alt="Slide 1"/> </div>
    			 <?php } ?>
                <!-- /.slide-image -->

    [Please post code snippets between backticks or use the code button.]

    If you want to remove the text within that header you will have to remove that also in the front-page.php file. But you can obviously change this text in your theme options.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: ColorWay] Home Top Feature Heading’ is closed to new replies.