• I’m using the F8 Lite theme from graph paper press for my website. I’m trying to customize the theme, but have little experience doing so. So, I have a few initial questions:
    1) Right now, my home page is iamgabeaudick.com. The url for the “iamgabeaudick” link on homepage goes to iamgabeaudick.com/iamgabeaudick. But, I’d like the two to be the same place. How can I make it so iamgabeaudick.com is my home page and also the landing page for the “iamgabeaudick” link?

    2) Usually, the theme is a blog template, and a picture is only put on the home page if it is in a post. But, is there a way I can just set a full-time picture there (with no link to a post or anything; it wouldn’t be linked to anything)? What else should I do to make it a website instead of a blog?

    3) The footer of the site is in a very light grey color. How can I change that to a much darker gray?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1) Edit the header.php and there should be something like this:

    <?php wp_list_categories( $args ); ?>

    you need to edit this. You may need to remove this tag and add a custom list of categories..

    2) Edit the header.php and placean img tag..

    3) Check the CSS class used in footer.php and edit your style.ccs file accordingly

    https://iamgabeaudick.com/wp-content/themes/f8-lite/style.css

    Thread Starter innovatist

    (@innovatist)

    Thanks dude.

    1) I couldn’t find anything like that in the header php. Could you be a bit more specific in the lines I need to take out and put in.

    2) Again, it is my first time using wordpress, can you explain the lines to take out and put in?

    3) Same question. Sorry for my naievete.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Help – Permanent Picture In F8 Lite’ is closed to new replies.