Jump to content
Sign in to follow this  
magnify

How do I remove the grey line and another empty field?

Recommended Posts

magnify

Hi! I wish to remove the thin grey line in the top menu. And I also would like to remove the empty shaded field/row that is located above the post title. What is the role of it? If it is used to display categories, I would only like it to be shown when a user chooses to view all posts relating to a certain category; not for it to be default when viewing one specific post. See here: http://magnuskahler.com/2010/10/hello-world/ I would appreciate your help on how to remove these two items. Best, M.

Share this post


Link to post
Share on other sites
kastelic

Use CSS in Custom Code -> Custom CSS. To find the elements you need to change use the Chrome Inspector or Firebug. The following is an example to remove the grey border from the nav:

#nav_row.main_nav, ul.sf-menu ul li {border:none}
	
Put
!important

after the none if it doesn't work.

Share this post


Link to post
Share on other sites
magnify

Thanks. In terms of the empty shaded field/row that is located above the post title, I don't know the purpose of it so not sure what to be looking for. Do you know?

Share this post


Link to post
Share on other sites
catrina

To remove that shaded field at the top, go to Settings > Template Setup > Single Post Content Area > Move the Post Navigation section to the right and it will be disabled


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
magnify

Worked like a charm. Thank you so much! M.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×