• I found an excellent theme and made it with my wordpress.
    But the color of its banner is black ,which is not fit for me.I want to change it to green or blue.
    Besides,i also want to change the search box in the top of the theme into my own adsense search.

    My site: http://cngame.tk
    What do you like of the theme?
    And do anyone solved my problem ,plese help me!

Viewing 1 replies (of 1 total)
  • In the .css file ‘default.css’ look at line 64 and change the background properties value(background: #1e1b1a;) to a color you more prefer:

    #header{ background: #1e1b1a; border-bottom: 5px solid #383332; padding: 0 0 15px 0;}

    For the search box you will most likely need to open ‘header.php’ and look for this part:

    <form action="http://cngame.tk/" id="searchform" method="get">
     <input type="text" onfocus="this.value=''" size="45" id="s" name="s" value=""/>
     <input type="submit" value="Search" id="searchsubmit"/>
    </form>

    and replace it with the code for your adsense search.

    Hope it helps. 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘How to change banner color?’ is closed to new replies.