nathdogg Posted November 12, 2013 Share Posted November 12, 2013 Hi. I'm wondering if it is possible to move the welcome/login link into the top horizontal menu and get rid of the cart box above it. I know this is part of the user info block, but if I disable the user info box it removes the cart box and the welcome/login. So is it possible to remove the cart box and keep the welcome/login and also move this to the top horizontal menu. Thanks for your help. http://nitetimetease.co.uk Link to comment Share on other sites More sharing options...
vekia Posted November 12, 2013 Share Posted November 12, 2013 hello it is possible, you can use absolute position for blockuserinfo module, increase top param value in css styles (with position absolute) you will be able to move it anywhere you want also you can remove cart block from .tpl file (blockuserinfo/blockuserinfo.tpl file) Link to comment Share on other sites More sharing options...
nathdogg Posted November 12, 2013 Author Share Posted November 12, 2013 Hi. I have managed to remove the cart block, but i'm still unsure about how to move to text down. Thanks. Link to comment Share on other sites More sharing options...
vekia Posted November 13, 2013 Share Posted November 13, 2013 somewhere in global.css insert this code: #header_user_info{ position:absolute!important; top:199px!important; right:20px!important; } effect: 1 Link to comment Share on other sites More sharing options...
nathdogg Posted November 13, 2013 Author Share Posted November 13, 2013 That's fantastic, exactly how I wanted it. :-) Thank you very much for your help Vekia, I really do appreciate it. I'm still a newbie when it comes to Prestashop and building sites, but with a great and knowledgeable community here it certainly makes things a lot easier. Thanks again. Link to comment Share on other sites More sharing options...
paymon12 Posted November 13, 2013 Share Posted November 13, 2013 is there a way to edit that login text Link to comment Share on other sites More sharing options...
vekia Posted November 13, 2013 Share Posted November 13, 2013 is there a way to edit that login text what exactly? Link to comment Share on other sites More sharing options...
Paulito Posted November 14, 2013 Share Posted November 14, 2013 Good morning Can't you just change the text in: public_html/your shop/modules/blockuserinfo/blockuserinfo.tpl Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now