Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Blog
How to remove navigation arrows from header on Post Page
Reyaan
March 2016
edited March 2016
in
Blog
How to remove this "Navigation part" from post page between the header menu and post? I want this part (red mark area) to be removed.
http://postimg.org/image/zchknfc8j/
Comments
Albert
March 2016
Hi,
to remove top post navigation from single post pages, you need to use the following css:
.single-post .post-nav { display: none !important; }
Reyaan
March 2016
Thanks..
But it will be more helpful if you tell me how to use this css code?
should I just go to custom codes and put this there or anything else? could you please elaborate?
Albert
March 2016
This is custom css and like every custom css, should be located globally under Theme options > Custom CSS & JS > Custom CSS section.
Reyaan
March 2016
Hey Thanks For your incredible help.... Its Working!
Albert
March 2016
You are welcome!
Sign In
or
Register
to comment.
Comments
to remove top post navigation from single post pages, you need to use the following css: