• Resolved 90htxhfl

    (@90htxhfl)


    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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,
    I’ve just visiting your site but I didnt see the sub footer in your site.

    Thread Starter 90htxhfl

    (@90htxhfl)

    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

    (@90htxhfl)

    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

    (@90htxhfl)

    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

    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

    (@90htxhfl)

    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

    (@90htxhfl)

    @awanmb

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘sub footer’ is closed to new replies.