Jump to content

<SOLVED>Newbie need some help, thanks


Recommended Posts

Hi

I am pretty new to prestashop, I look around the forum and try some myself, but I still have few troubles

1. I try to change header and footer background color.

2. If it is possible to put logo inside of header

3. 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'}





Thanks
Sean
www.mmops.com

10654_9FHAJYLWBpftkgDs5CSm_t

Link to comment
Share on other sites

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?

Thanks
Sean

Link to comment
Share on other sites

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 id

so you can local what you need to change and make the change in global css

I really hope this helps, but you need to play with that application to understand it better

Link to comment
Share on other sites

ok, that is again. because you made the center column wider, it got messed up
it is not a big problem

with 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.css
open it
locate 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...