Results 1 to 4 of 4

Thread: Delete line from footer?

  1. #1
    Thread Starter
    Member blairashley's Avatar
    Join Date
    Aug 2010
    Location
    United States
    Posts
    51
    Thanks
    0
    Thanked 2 Times in 1 Post

    Question Delete line from footer?

    I'd like to remove the dark gray & aqua lines from the footer on my site (keeping the white line): http://www.bulletinboardwalk.com. Here is my footer code... what should I edit? Thanks!

    <!-- FOOTER -->
    <div class="footer">

    <div class="footer_menu">

    <div class="footer_menu_res">

    <!-- <ul>
    <li class="first"><a href="<?php echo get_option('home')?>"><?php _e('Home','cp'); ?></a></li>
    <?php wp_list_pages('sort_column=menu_order&depth=1&titl e_li=&exclude='.get_option('cp_excluded_pages')); ?>
    <?php if (get_option('cp_enable_blog') == 'yes') { ?>
    <li><a href="<?php echo CP_BLOG_URL ?>"><?php echo get_cat_name(cp_get_blog_catid()); ?></a></li>
    <?php } ?>
    </ul> -->

    <div class="clr"></div>

    </div><!-- /footer_menu_res -->

    </div><!-- /footer_menu -->

    <div class="footer_main">

    <div class="footer_main_res">

    <div class="dotted">

    <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar_footer')) : else : ?> <!-- no dynamic sidebar so don't do anything --> <?php endif; ?>

    <div class="clr"></div>

    </div><!-- /dotted -->

    <p>&copy; <?php echo date_i18n('Y'); ?> <?php bloginfo('name'); ?>bulletinboardwalk.com. <?php _e('All Rights Reserved.', 'cp'); ?></p>

    <!-- <?php if (get_option('cp_twitter_username')) : ?>
    <a href="http://twitter.com/<?php echo get_option('cp_twitter_username'); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/twitter_bot.gif" width="42" height="50" alt="Twitter" class="twit" /></a>
    <?php endif; ?> -->

    <div class="right">
    <!-- <p><a target="_blank" href="http://appthemes.com/themes/classipress/" title="Classified Ads Software"><?php _e('Classified Ads Software','cp'); ?></a> | <?php _e('Powered by','cp'); ?> <a target="_blank" href="http://www.wordpress.org/" title="WordPress">WordPress</a></p> -->
    </div>

    <div class="clr"></div>

    </div><!-- /footer_main_res -->

    </div><!-- /footer_main -->

    <?php wp_footer(); ?>

    </div><!-- /footer -->


    </div><!-- /container -->


    </body>
    </html>

  2. #2
    Thread Starter
    Member blairashley's Avatar
    Join Date
    Aug 2010
    Location
    United States
    Posts
    51
    Thanks
    0
    Thanked 2 Times in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,692
    Thanks
    166
    Thanked 3,386 Times in 3,257 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  4. #4
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. footer copy removal
    By massaf in forum Help Using ClassiPress
    Replies: 1
    Last Post: July 8th, 2010, 03:49 AM
  2. Adding Adsense on the footer
    By classipattaya in forum ClassiPress General Discussion
    Replies: 1
    Last Post: August 13th, 2009, 01:43 PM