• i dont get why i can’t have the back ground start from top all the way to bottom? I went into the background section and did it from top then when i did that only the top was the custom background and the body was black whats going on? I tried so many formus and no one can get this and i really need to fix this bad.
    https://redcarpetrefs.com

Viewing 11 replies - 1 through 11 (of 11 total)
  • I don’t understand what you are trying to say that you went into “the background section.” What exactly did you modify to change the background color? Can you post the code for your index page and your styles (use pastebin otherwise the code will be moderated).

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    I will when I’m home later but I’m using a arras theme and there is a custome background section but it won’t get the whole page only what you see now. I wantthe whole page to have that back ground fade on the sides ofthe black box of content and stuff. It’s hardto explain but I want right from the top down the middle a black box with pogo nav and content all on the same box and then the outsides that fade jpeg I have. Do you get what I’m saying?

    body {
    background-color: #F0F0F0;
    color: #333;
    font: 12px ‘Lucida Grande’,Arial,Helvetica,sans-serif;
    }

    #wrapper {
    background: #00000F;
    min-height: 100%;
    padding: 0px 0;
    position: relative;
    min-height: 100%;
    position: relative;

    Have different backgrounds assigned to it. Do you want the color #F0F0F0 or the color #00000F as the background on your whole website?

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    What will that do? As you can see my body background right now is a costume fade background how will this help?

    Sorry, I don’t know what a costume fade background is. I am seeing two separate backgrounds, one is part of your header which is #00000F and the other is showing as part of the body. Can you tell me the hex code for the color you want the entire background to be and than I can tell you how to modify your CSS.

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    Okay in arras themes theres a section where you can upload a jpeg which as you can see my body back ground starts of dark and gets lighter down the page I just want to make that start argue top where the white is do you understand?

    Oh, finally makes sense, it was just a small white area I didn’t see it. Anyways, it’s because your body is pulling a different background color (same as what you see with the header). You would have to modify your footer.php and remove the “stats” code that it’s pulling — that’s what’s creating the white line there and it’s part of the body, and I don’t see any styles margin that you could modify. If you can figure it out from your footer.php, great, otherwise, pastebin your footer file here and I’ll help you edit it out.

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    I will post it tonight I can’t figure it out

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    </div><!– #main –>

    <?php arras_before_footer() ?>

    <div id=”footer”>
    <div class=”footer-sidebar-container clearfix”>
    <?php
    $footer_sidebars = arras_get_option(‘footer_sidebars’);
    if ($footer_sidebars == ”) $footer_sidebars = 1;

    for ($i = 1; $i < $footer_sidebars + 1; $i++) :
    ?>
    <ul id=”footer-sidebar-<?php echo $i ?>” class=”footer-sidebar clearfix xoxo”>
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Sidebar #’ . $i) ) : ?>

    • <?php endif; ?>

      <?php endfor; ?>
      </div>

      <div class=”footer-message”>
      <p class=”floatright”><?php _e(‘About Arras WordPress Theme’, ‘arras’) ?></p>
      <?php echo stripslashes(arras_get_option(‘footer_message’)); ?>
      </div><!– .footer-message –>
      </div>
      </div><!– #wrapper –>
      <?php
      arras_footer();
      wp_footer();
      ?>
      </body>
      </html>

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    or you can see it on here https://pastebin.com/9fVgPYVS

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    and this is the user.ccs just incase https://pastebin.com/9jPCVfyX

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Really Need Help on header’ is closed to new replies.