Remove navigation on top of pages
- The topic ‘Remove navigation on top of pages’ is closed to new replies.
Need help? Check out our Support site, then
Can I remove the navigation description that pulls to the tops of the page based on the page you click. For example
You are here: Home
Thanks! I do have upgraded CSS
The blog I need help with is: (visible only to logged in users)
can someone answer me please?
Hi again,
You can also do this with the CSS upgrade from WordPress.com.
Let me know if you have this and I can help point you in the right direction.
Kind Regards,
Scott
I do have the css upgrade…can you give me the code? Thanks!
I would like the code as well. It creates a break in the flow of each page that I do not wish to have. Could this become an option in future updates instead of needing the CSS upgrade? This includes the line at the bottom, “Blog at WordPress.com. Theme: Delicious Magazine by WooThemes.” I respect the pride in creating this theme but wish for advertisements to be placed elsewhere on my blog if they are needed.
can anyone help me with this?
Hi there,
You can hide breadcrumbs with the following CSS:
#breadcrumbs {
display: none;
}
Kind Regards,
Scott
Thank you!!