Info about customizing
-
Hi there,
I’m trying to create a webpage with wordpress.com using the twenty eleven theme and i need some help. Couple of questions: 1) Is it possible to remove the search box from the header or menu? Because it seems to be part of the theme and probably i can’t customize it. 2) How can I delete the date and the author from posts in order to appear more a webpage than a blog since wordpress.com doesn’t allow me to use any plugin?
Thanks a lot for your help
Greets
GiorgiaThe blog I need help with is: (visible only to logged in users)
-
Is it possible to remove the search box from the header or menu?
Yes – it is possible to remove that element using the following CSS code:
form#searchform { display: none; }Please note, this would require the Custom Design upgrade shown here:
http://en.support.wordpress.com/custom-design/
How can I delete the date and the author from posts in order to appear more a webpage than a blog since wordpress.com doesn’t allow me to use any plugin?
This CSS should do the trick:
.entry-meta { display: none; }Again, the Custom Design upgrade is required for this to work.
Please note, you can try out the Custom Design upgrade for free for two weeks prior to purchase. Instructions on doing that can be found here:
http://en.support.wordpress.com/custom-design/#preview-custom-design-before-purchase
Let me know if you need anything else!
- The topic ‘Info about customizing’ is closed to new replies.