Why can't I get rid of The search bar/and add my footer correctly?
-
Hey I have this web layout that my graphic designers made for me. My goal was to take that layout and convert it to WordPress. I know a lot of my problems have to do with the theme I picked. Is there any way I can remove the search bar and/or top navigation from my site, and correctly add a footer to the site? please help.
http://kordelx8x.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
If you buy the custom design upgrade, you’ll be able to play in the CSS where you can simply add
#searchform {
display: none;
} -
Okay, but is there anyway to do it in the free version. I found that I can use html code for the side nav. what about for the footer?
- The topic ‘Why can't I get rid of The search bar/and add my footer correctly?’ is closed to new replies.