Title: Klean theme questions
Last modified: August 22, 2016

---

# Klean theme questions

 *  [03Mustanger](https://wordpress.org/support/users/03mustanger/)
 * (@03mustanger)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-newbie-6/)
 * Hello, i’m completely new to wordpress and there are some things that I would
   like to ask about the website i’ve designed so far. Some of the editing is really
   confusing for myself. Just to note though, i’m not completely challenged with
   web interfaces. I do study html/css in college.
 * However, here is the link to my main page that I have a question about.
    [http://www.racingfury.net/](http://www.racingfury.net/)
 * On this page, the main photo has the search feature almost in the middle of it.
   How do I remove this? I have all of the widgets removed that I can see and can’t
   figure out how to remove this search feature. I don’t need it there.
 * Also on the 3 pages that I have at the bottom for example this link:
    [http://www.racingfury.net/twinturbocobravert/](http://www.racingfury.net/twinturbocobravert/)
   I’m mostly satisfied with this page except above it, it says my email address
   and date. How do I remove this? And underneath, I would prefer not to have a 
   link to another post that I have posted. How do I remove that as well?
 * Any help with this would be much appreciated
 * Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-newbie-6/#post-5925887)
 * > Just to note though, i’m not completely challenged with web interfaces. I do
   > study html/css in college
 * You will probably like this.
 * The best way to make changes like this to a theme is to use a child theme, so
   your tweaks won’t be overwritten when updating the theme. Here are some guides
   in case you haven’t made one before:
    [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
   [http://op111.net/53/](http://op111.net/53/) [http://vimeo.com/39023468](http://vimeo.com/39023468)
 * You should also check this out for customizing your site.
    [http://themesandco.com/snippet/firebug-best-spent-6-minutes/](http://themesandco.com/snippet/firebug-best-spent-6-minutes/)
   [http://getfirebug.com](http://getfirebug.com)
 * Then to edit this editor is fantastic. You can edit multiple files at the same
   time.
    [http://notepad-plus-plus.org/](http://notepad-plus-plus.org/)
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-newbie-6/#post-5925888)
 * For the search box:
 *     ```
       #search-top input[type="text"] {
       display: none;
       }
       ```
   
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-newbie-6/#post-5925889)
 * Also, try that theme’s designated support sub-forum: [https://wordpress.org/support/plugin/woocommerce](https://wordpress.org/support/plugin/woocommerce)
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-newbie-6/#post-5925890)
 * The other issue:
 *     ```
       .single #page .entry-header .entry-meta, .page #page .entry-header .entry-meta {
       display: none;
       }
       ```
   
 * A child theme is the best way to add these.
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-newbie-6/#post-5925893)
 * BTW. those snippets go in the style.css file
 *  Thread Starter [03Mustanger](https://wordpress.org/support/users/03mustanger/)
 * (@03mustanger)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-newbie-6/#post-5925990)
 * Wow thanks for the quick reply! I’ll definitely look into getting a child theme
   started. However, i’ve been looking in the css file for the 2 parts that you 
   pointed out and absolutely can not find them in there. I’ve been searching for
   a good half an hour now. Where did you find those codes at?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Klean theme questions’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [03Mustanger](https://wordpress.org/support/users/03mustanger/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-newbie-6/#post-5925990)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
