Magento 1.9 – How to Change Cookie Notice Image

configurationcookiemagento-1.9

With regard to the cookieNotice in Magento CE 1.9.2 ("This website requires cookies to provide all of its features…"), does anyone know how to change the image displayed?

It defaults to the Magento logo, I'd prefer to change it to my store's logo though 🙂

Thanks for any help you can provide!

cookie notice

Best Answer

I am not sure if you are using any custom theme or default RWD Magento theme.

In RWD theme it is calling from style.css. It is set as background image in class .global-site-notice .notice-inner.

If it is same in your case also you will need to change in css.

And in default Magento, phtml file for this cookie notice called from

app\design\frontend\base\default\template\page\html\cookienotice.phtml

If you will need to change anything in this file you will need to copy this file in your theme template folder.

Related Topic