adonnan 1 Report post Posted May 20, 2013 What would be the best way to accomplish this? To free up some space in my scrolling sidebar, it would be nice to add search to the fixed navbar, but only on specific pages (i.e. tag, category, and blog pages). Share this post Link to post Share on other sites
batman 389 Report post Posted May 20, 2013 Hi adonnan You can try add in PageLines > Site Options > Custom Code > CSS Rules or in Pagelines Customize (plugin) .home .navbar .searchform { display: none;} For example if you want to delete the search form in the home page. My exemplary code is not necessarily applicable as written, to your site, so please adjust accordingly. If you also wish to know how I find the page ID, all you need to do is load up FireBug or Google Chromes web dev tool and inspect your page html, at the top you should see body which has a number of classes assigned to it, one of these is page-id-XX (replace XX with your pages id value. I have added a danny´s screenshot to assist you. http://screencast.com/t/HOsjhjnUIYX It is advisable to learn how to do this on your own too. Check out http://support.pagel...ion/custom-css/ If you need more CSS help, make sure you've downloaded Firebug for Firefox and check out W3 Schools for more info. http://www.w3schools.com/ 1 Life is too short to remove USB safely ... Share this post Link to post Share on other sites
adonnan 1 Report post Posted May 20, 2013 Thank you for the thorough reply. I went the route of .page .navbar vs .home Share this post Link to post Share on other sites