Title: sub footer
Last modified: August 31, 2016

---

# sub footer

 *  Resolved [90htxhfl](https://wordpress.org/support/users/90htxhfl/)
 * (@90htxhfl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sub-footer/)
 * How to get the sub footer background black? I install some plugins but they only
   change the widget color I need the whole sub footer background black.[ help please](http://1990htx-hfl.com/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sub-footer/#post-7143664)
 * Hi,
    I’ve just visiting your site but I didnt see the sub footer in your site.
 *  Thread Starter [90htxhfl](https://wordpress.org/support/users/90htxhfl/)
 * (@90htxhfl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sub-footer/#post-7143713)
 * HI,
    The area where about us, awesome widget starts I would that whole area background
   black all the way to the footer. I also having trouble putting my copyrights 
   in the footer when I go footer php in the editor I type my copyrights like this
   <?php do_action( “1990 HTX High Fashion Life 2016 ALL RIIGHTS RESERVED” ); ?>
   but nothing show up in the footer. Thanks for the help
 *  Thread Starter [90htxhfl](https://wordpress.org/support/users/90htxhfl/)
 * (@90htxhfl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sub-footer/#post-7143736)
 * [@awanrmb](https://wordpress.org/support/users/awanrmb/)
 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sub-footer/#post-7143737)
 * Hi,
 * Sorry for late reply.
 * Here is the css code to add a background color for the footer widget:
 *     ```
       .site-extra {
           background-color: black;
           width: 100%;
           margin-left: 0px;
           margin-right: 0px;
       }
       .site-extra .pad {
           margin: 0;
       }
       ```
   
 * And to change the footer credit, you can change the text in functions.php, The
   text is below this line: `function athemes_footer_credits() {`
 *  Thread Starter [90htxhfl](https://wordpress.org/support/users/90htxhfl/)
 * (@90htxhfl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sub-footer/#post-7143740)
 * Hi,
 * Thanks the code for the background works fine. I’m still having some trouble 
   with the footer credits I’m putting them in here <div class=”site-info”>
    © <?
   php echo date(‘Y’); ?> <?php bloginfo( ‘name’ ); ?><?php esc_html_e(‘. 1990 HTX
   high Fashion Life.’, ‘athemes’); ?> but I still cant see nothing. I have a few
   more questions regarding the following. How to move down the side bar a few spaces
   so I can center the tittle of the pages? How to center the tittle of the post/
   pages and put a breaking line next to the tittle? How to remove one of the post
   entry footer lines, change the color and sizes down the line I keep? How to take
   out the tags and cat from the post entry footer and put the by the date of the
   post without the image of the folder and tag?
 * Thanks for your help @awanmb
 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sub-footer/#post-7143750)
 * Hi,
 * Sorry again, I think I missed this thread. Thank you for reminding me.
 * About the footer credit, I just tried your code in above on my site and its working
   well.
 *     ```
       <div class="site-info">
       © <?php echo date('Y'); ?> <?php bloginfo( 'name' ); ?><?php esc_html_e('. 1990 HTX high Fashion Life.', 'athemes'); ?>
       </div><!-- .site-info -->
       ```
   
 *  Thread Starter [90htxhfl](https://wordpress.org/support/users/90htxhfl/)
 * (@90htxhfl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sub-footer/#post-7143752)
 * Hi,
    Thanks I was able to get it to work I have a few more question I open a 
   new thread if you can take a look that will be great once again thanks
 *  Thread Starter [90htxhfl](https://wordpress.org/support/users/90htxhfl/)
 * (@90htxhfl)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/sub-footer/#post-7143760)
 * @awanmb

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘sub footer’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fashionistas/1.9/screenshot.png)
 * Fashionistas
 * [Support Threads](https://wordpress.org/support/theme/fashionistas/)
 * [Active Topics](https://wordpress.org/support/theme/fashionistas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fashionistas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fashionistas/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [90htxhfl](https://wordpress.org/support/users/90htxhfl/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/sub-footer/#post-7143760)
 * Status: resolved