mooihoek 1 Report post Posted April 13, 2012 Can someone help me with the following? 1. Can I link an item from the main nav straight to one of the FAQ's in the Reader section? i.e selecting FAQ would jump straight to payment. 2. I can't seem to hide the title generated on the right when the tab is selected, one is generated by the FAQ plugin and the other from the Reader Title. Any ideas? Share this post Link to post Share on other sites
catrina 103 Report post Posted April 14, 2012 1. You can create a custom link using the Menus feature but you can't grab the URL for a certain item in the Reader section. If you wanted to make this happen, it'll require a more advanced customization. 2. You can hide the title generated by FAQ plugin by adding this custom CSS to Custom Code > Custom CSS: [code]p.faq-catname {display: none;}[/code] 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
mooihoek 1 Report post Posted April 15, 2012 thanks that fixed it, has to move it up higher in the CSS Share this post Link to post Share on other sites
catrina 103 Report post Posted April 15, 2012 The CSS documentation here is useful: http://w3schools.com/css/default.asp 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