I need to customize the layout of the following page and also want to create new signup pages as well as want to cutomize those. http://etrainingmastery.com/amember/signup/index/c/OBKYAGF5x But in the directory named "amember" I haven't found any sub directory named "templates" from where I can cutomize the layout. Please help.
4.x design is different than 3.x. You need to create a new custom template in /amember/application/default/views/signup/ Call it signup_new.phtml David
Hi David, Thanks for your answer. I already found "signup.phtml" file in that folder. In 3.x version I was able to customize each price group page with a custom layout (header, footer, background etc). My question is in this new version how I will be able to customize the layout as per different price group and which file is responsible for editing the signup.phtml or the layout.phtml?