- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Magento. How to Edit Banners.
November 15, 2010
This tutorial will show you how to edit banners in Magento.
How to edit banners in Magento
Log into the admin panel of your store. Navigate to CMS> Pages> Home:
Select Design tab. You will find banner reference there:
banner_block
This means banners are controlled by a static block.
Go to CMS> Static blocks> Banner Block:
Search for the following piece of code:
In this section you can modify image, link and text for banner:
-
In order to change the link for the banner, you have to open the required page and copy its URL. Place it instead of page_url.here in line.
-
The default reference used for the banner image is
media/banner_image.jpg’}}"/>. Replace the default name of the file with the required one. Make sure new banner image is uploaded, usually it is located under /skin/frontend/default/theme###/images/media/ folder on server.
-
Banner title here is where you can change text for banner. Update it with your own one. Make sure text is placed within
Use Save Block button to update implemented changes and open Magento front-end to view modifications.
Feel free to check the detailed video tutorial below: