Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11642
    kati
    Member

    Hi there,

    I have the simple catch WP theme and I have two questions:
    Here is my website: http://www.fablifestylediet.com/

    1. You’ll notice that my search bar where you ‘type keyword’ in the header doesn’t have the same gray box as the search bar below in the content section. Can you tell me how to get it to match the gray color box?

    2. When I search “the fab lifestyle diet” in Google a wierd test page shows up first, it looks like this is one of my first test posts that has since been deleted. Is there a way to get my home page to come up and get rid of this test page all together? The test pages has been permanently deleted already in my WP admin.

    Thank you so much! Katharine

    #11652
    Sakin
    Keymaster

    @kati:
    1. You’ll notice that my search bar where you ‘type keyword’ in the header doesn’t have the same gray box as the search bar below in the content section. Can you tell me how to get it to match the gray color box?
    — You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search form.searchform input {
        background-color: #f5f5f5;
    }

    2. When I search “the fab lifestyle diet” in Google a wierd test page shows up first, it looks like this is one of my first test posts that has since been deleted. Is there a way to get my home page to come up and get rid of this test page all together? The test pages has been permanently deleted already in my WP admin.
    — For that you can add Permanent Redirection through .htaccess file. If you are unaware of this then you ca search for Redirection plugin at http://wordpress.org/extend/plugins/
    For detail SEO, I recommend using WordPress SEO by Yoast Plugin.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Search Bar & What appears in google’ is closed to new replies.