Spainman Posted February 15, 2013 Share Posted February 15, 2013 Hi all, I would like to add a large banner covering the upper area of my website above the top navigation menu. With the rest of the site remaining in white. My url is http://62.81.159.230/~canicoba/index.php Can anyone help me with this? Regards. Link to comment Share on other sites More sharing options...
Arnel Posted February 15, 2013 Share Posted February 15, 2013 Hello Spainman, This is actually a fairly common question, but the answer always centers around modifying the CSS for the theme used with Prestashop. The file that you need to change is GLOBAL.CSS (located in your theme directory). I'll review issue a little further and get back with any further specifics if there are any available for this particular issue. Regards, Arnel C. Web Hosting Hub Link to comment Share on other sites More sharing options...
Spainman Posted February 15, 2013 Author Share Posted February 15, 2013 Hi Arnel, thanks for the reply. That would be great if you could give me specifics on how to go about it. I´ve attached a screenshot with red lines marking the upper aread where I want the image to appear. Regards. Link to comment Share on other sites More sharing options...
vekia Posted February 16, 2013 Share Posted February 16, 2013 you can also use free module html block for prestashop. With this module you can add any code anywhere you want. So in this case you can input code with <img> (which will be your banner) into top section on your page. Try it, it's very simple with this addon (i hope so) Link to comment Share on other sites More sharing options...
Spainman Posted February 16, 2013 Author Share Posted February 16, 2013 Hi Vekia, thanks for the reply. I´ve installed the html module and placed the following code for the header banner, but it doesn´t load. <img src=\"/public_html/RCBanner.jpg\"> Attached is the banner I created. Any ideas? Regards. Link to comment Share on other sites More sharing options...
vekia Posted February 16, 2013 Share Posted February 16, 2013 try to add code: <img src="http://url-to-your-image" /> you must add full path with url , you dont have to escape string with "\" Link to comment Share on other sites More sharing options...
Spainman Posted February 17, 2013 Author Share Posted February 17, 2013 Thanks. It works perfect now Link to comment Share on other sites More sharing options...
Recommended Posts