Mmops Posted August 17, 2009 Share Posted August 17, 2009 HiI am pretty new to prestashop, I look around the forum and try some myself, but I still have few troubles1. I try to change header and footer background color.2. If it is possible to put logo inside of header3. I try to add Home button in header, and I got the Home link but image it showed contact.ico, any idea? and I dont think it is line up right.I add to blockpermanentlinks.tpl <!-- Block permanent links module --> <!-- Home --> {l s='Home' mod='blockpermanentlinks'} and add to blockpermanentlinks-header.tpl > </pre> <ul> {l s='Home' mod='blockpermanentlinks'} ThanksSeanwww.mmops.com Link to comment Share on other sites More sharing options...
Mmops Posted August 17, 2009 Author Share Posted August 17, 2009 Hi everybody Well I got to image to work now, however, I still have a hard time try to figure out how to change header and footer background, and I still trying to put logo into head, can anybody help me out please?ThanksSean Link to comment Share on other sites More sharing options...
first1 Posted August 17, 2009 Share Posted August 17, 2009 did you try firebug? Link to comment Share on other sites More sharing options...
Mmops Posted August 18, 2009 Author Share Posted August 18, 2009 i have totally no idea how firebug works Link to comment Share on other sites More sharing options...
Mmops Posted August 18, 2009 Author Share Posted August 18, 2009 I have run into a new problem, my registration page just cant lineup right. I am sorry keep on bugging, I will try to figue out, all helps will be thankful. Link to comment Share on other sites More sharing options...
first1 Posted August 18, 2009 Share Posted August 18, 2009 google it and see if you can use it because it would make your life easy when it comes to edit css.firebug would work with firefox.when you open your site with firefox, right click of it and click on inspect elements/ there you will see that each line of code highlights the block that you are clicking on and on the right side you will have the css settings and the div idso you can local what you need to change and make the change in global cssI really hope this helps, but you need to play with that application to understand it better Link to comment Share on other sites More sharing options...
first1 Posted August 18, 2009 Share Posted August 18, 2009 ok, that is again. because you made the center column wider, it got messed upit is not a big problemwith firefox, right click on the creat account button, then click inspect element.locate that div and give it a margin-left;ok to be precise back up your global.cssopen itlocate around line 1490 and make it look something like this#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin-left:-5.2em; }the -5.2em might need to be changed to another figure depends on how much it is displaced in your place.PM me your website let me have a look at what you are doing if you want so i can help better Link to comment Share on other sites More sharing options...
Mmops Posted August 18, 2009 Author Share Posted August 18, 2009 thank to first1working on the last question how to put logo inside header as backgroundthanks 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