• I want to get rid of the button dead in the middle of my site:
    https://www.grassfedjeff.com
    Where it says “Who.. or what is Grassfed Jeff?

    I want *just* the picture there, and then buttons/links near the bottom. Hoping this theme will work out, looked so perfect but it’s a bit finicky and so far not as customizable as I want.

    For instance, no matter how many custom resolutions I tried, NONE of them would properly fit the screen for the background image.

    As well, the “header” image – is always dead in the upper middle and there is seemingly no way to place it elsewhere like lower or even off to the side.

    Any help is MUCHO appreciadado!
    – GFJ

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do you mean you want to hide the menu bar altogether? Just add the following CSS rule:

    #access {
       display: none;
    }

    no matter how many custom resolutions I tried, NONE of them would properly fit the screen for the background image.

    Do you mean you’re trying to get the background image to fit all the way across? Set this CSS rule:

    body.custom-background {
       background-size: 100%;
    }

    As far as the placement of the header image goes, just use some CSS to move it wherever you want. If you want to move it down, use a margin-top rule.

    Thread Starter grassfedjeff

    (@grassfedjeff)

    Well thank you for letting me know about “CSS” – I am entirely new to WP, websites and any & all coding. So after a brief search and some reading, I’ve landed on the style.css file in the ‘Organic: Profile Theme’ zip folder.
    It’s just a big .txt document, which brings me to a few new questions:

    I am using both a mac, and a PC.

    1) Should I have the whole theme folder with all the files on it in some particular location on my computer? Or do I just put it anywhere, and then somehow set it from my WP dashboard?

    2) If I am to alter the CSS, do I just add those “rules” in the appropriate section in the style.css file? Or… how do I do it? A link to a good beginner tutorial would suffice/be appreciated if it’s too lengthy of an answer!

    Thanks a bunch, as for the placement of the header image, at some point down the road once I figure out the basics I’m sure I’ll be able to tweak that. Tons of stuff to learn it seems ??

    Your site shows the twentyeleven theme.

    You should never alter the CSS files that come with the theme. Sometimes the theme that you use has an option to add your own CSS (it might be called Custom CSS). You can also install a stylesheet plugin like Lazyest Stylesheet or Custom CSS Manager.

    Here’s a good tutorial on CSS.

    Thread Starter grassfedjeff

    (@grassfedjeff)

    WPyogi: I changed it to twentyeleven because Profile was looking like such a mess and anyone looking at the site would have wondered what on earth was going on.

    I’ll use Twentyeleven for now, maybe even for a good while. Profile is NOT what I was expecting.

    For one, there is this GIANT TV below the main background picture, I have no idea what it’s for, how to do anything with it, or how to get rid of it or alter it.

    It’s a shame I can’t just have a default “under construction” page for anyone who looks while I alter things behind the scenes. Any way to do that?

    CrouchingBruin: Thanks a bunch, I shall look into those and see what I can do!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change/delete main menu button from homepage?’ is closed to new replies.