I want insert a logo image on the top left of My Store template exactly on the same place of "Help Center Live Chat Contact Us Terms and Conditions". Wich files I must change to do that ?
I have created a new custom module where i have placed my logo image, with the link to the home page and i have published in the position
Top Menu and I have disabled the other module
top template menu.
I have opened the file templategk_mystorecsstemplate.css and I have saved with the name
template_original.css
I have opened the file templategk_mystorecsstemplate.css and I have changed these parts:
Original
/*
* Top+Header
*/
#gk-toolbar { margin:20px 0 0 0; padding:10px 0 0 0; overflow:hidden; color:#6c6459;
height:25px; }
#gk-search { float:right; width:auto; padding:6px 10px 6px 0; }
#gk-tools { float:right; min-width:300px; text-align:right; }
div#gk-tools #btn_tools { margin-right: 16px }
div#gk-tools .tools_btn { cursor:pointer; padding:0; display:block; float:left; width:16px;
height:16px; border:none; text-indent:-10000px; text-align:left; background:transparent url('../images/user-tools.png') no-repeat 0 0 }
Changed
/*
* Top+Header
*/
#gk-toolbar { margin:20px 0 0 0; padding:10px 0 0 0; overflow:hidden; color:#6c6459;
height:97px; }
#gk-search { float:right; width:auto; padding:6px 10px 6px 0; }
#gk-tools { float:right; min-width:300px; text-align:right; }
div#gk-tools #btn_tools { margin-right: 16px }
div#gk-tools .tools_btn { cursor:pointer; padding:0; display:block; float:left; width:16px;
height:100px; border:none; text-indent:-10000px; text-align:left; background:transparent url('../images/user-tools.png') no-repeat 0 0 }
I have inserted a logo image of 231px × 92px
The final thing is that the tools must be enabled on template params.
Bye