How do you delete the search box/RSS icon on "Structure"?
-
I’m trying to delete the black search box with the RSS icon in the upper right corner of my blog (Structure theme) and can’t seem to find it in the CSS. I’d greatly appreciate some help.
Thanks!!The blog I need help with is: (visible only to logged in users)
-
-
Also note that when you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing. Read this for more info:
http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/ -
Thanks so much for the help; it worked like a charm!!! As for timethief’s tip, I had already put the entire code for theme in the editor and made changes accordingly (oops). The site loads fine, but from the link above I see that this is not the most efficient way to make changes. Do you think I can leave the changes as is or should I start over? I’ve kept track of the changes I’ve made on paper?
thanks again! -
It’s up to you, and it depends a little on your CSS and which theme you are using. The CSS for each theme is unique. If the CSS you added is working well for you, there’s probably no need to change it.
Note that CSS like this with relative image paths won’t work in the Custom CSS tab:
background:url('images/arrows-ffffff.png') no-repeat -10px -100px;So you may want to remove anything that looks like that.
-
- The topic ‘How do you delete the search box/RSS icon on "Structure"?’ is closed to new replies.