Viewing 11 replies - 1 through 11 (of 11 total)
  • If I understand you, yes but you will probably have to edit your theme’s .php files.

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    well how would you go about thats my site is down at the moment but will be up tomrrow! but i just want top to bottom to be one back ground. Originall i had black header then the menu bar then a fading red back ground. But i want to start at the top of page with that background and go right down to the bottom.

    How you would make that edit depends a lot on your theme, which I won’t be able to look at until you put the site online. Even then I’d only be able to see the generated code but that would help. I’m gambling but the code you want is probably in your theme’s header.php. Try looking for get_header_image or just header_image.

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    here is my website https://redcarpetrefs.com

    Removing div class="logo"> will remove the header image. Removing <div id="header"> will remove the section at the top between the two menus. I’m not sure what you want.

    To put a background on everything, add background-image:url("image-path-here"); to your body style in style.css.

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    i want from top to bottom to be the same thing and combined like this site https://comingsoon.net

    Basically, I just told you how to do that– plus some css tweaks to finish it off.

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    no because i removed the header but then my logo dissapperas! i want my logo to stay there

    Then exactly what header are you talking about removing?

    I can’t see your site anymore (maintenance mode– but all of those menus should be near each other in the header.php file.

    Thread Starter redcarpetrefs

    (@redcarpetrefs)

    ill take it off so you can see it, but where my logo is its black and then you see the menu and then you see the fade. I want to start the fade all the way at the top bacially i want to make the whole back ground one color. As of right now the top is just black and then the fade is under the menu i want to be able to make the back ground a picture from top to buttom

    https://redcarpetrefs.com thats my site

    and i want to make it like this some what

    https://comingsoon.net

    I still can’t see the site, but the basic idea is exactly what I described above. Add a background image to the body or maybe some other convenient tag and remove the parts you don’t want.

    Use FireFox, install Firebug, right click, pick “Inspect Element” and look around. Copy everything and then start messing around with it. I’ll help where I can but asking “How do I make it like this one?” is pretty much like asking “Will you do it for me?”– and I won’t.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘removing’ is closed to new replies.