aitor21 Posted May 1, 2013 Share Posted May 1, 2013 Hi! I would like to know how I can place an image on the top of the page. (in the area of the logo.) What and where in the CSS I change? thanks! Link to comment Share on other sites More sharing options...
vekia Posted May 1, 2013 Share Posted May 1, 2013 hello, you should edit header.tpl file located in your theme directory themes/_YOUR_THEME_/header.tpl you've got there something like: <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> this is the place, where the logo appears 1 Link to comment Share on other sites More sharing options...
aitor21 Posted May 4, 2013 Author Share Posted May 4, 2013 thank you very much for your help, I solved it! Link to comment Share on other sites More sharing options...
nadie Posted May 4, 2013 Share Posted May 4, 2013 I solved it! Please. Add the Word "Solved" of the title the topic. Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2013 Share Posted May 4, 2013 thanks for the information, if you don't know how to mark topic as solved, here is an information from forum rules: [sOLVED] Topic If, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution. There is nothing more frustrating for users with the same issue who come across your post "all is good, I fixed it..." without an explanation of how to fix it. Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED]. To mark a topic as [solved] : - Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. Posters who do not abide by this (at the demand of the moderators or other users) will have their new topics closed until the problem has been resolved. Link to comment Share on other sites More sharing options...
Recommended Posts