-- url of the page with the problem -- :
www.global-den.com/shop/
-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.3
-- Browser(s) name and version -- : Chrome 39.0.2171.95
Hello,
I would like to add an image underneath the front-end header, and wish for it to appear regardless of where the user navigates throughout my front-end. I attempted to add it with CSS code to the hikashop front-end code with the following example code:
#header {content : url (myimage.jpg);}
When I use the above code (which is not the actual code, it's just an example), however, the entire header is replaced with my image.
How would I add the "store closing" image, underneath the header that appears at the following
website
, to appear beneath my header in my front-end?