Thu. Jul 4th, 2024

5. Magento. How to edit banners

1 min read
  1. Log into the admin panel of your store. Navigate to CMS -> Pages -> Home:

    Magento_How_to_edit_banners_1

  2. Select the Design tab. You will find banner reference there:
    Magento_How_to_edit_banners_2
  3. This means banners are controlled by a static block.
  4. Go to CMS -> Static blocks -> Banner-container:
    Magento_how_to_edit_banners
  5. Search for the following piece of code:
    1
    2
    3
    4
    5
    6
    <div class=”bage”><img src=”{{skin url=’images/banner-1.jpg’}}” alt=”” /></div>
    <div class=”banner-txt”>
        <h3>Cruisers</h3>
        <p>Duis ultr icies pharetra magnonec accuanl esuada orcinec sitmet eros.</p>
        <a href=”{{store url=”}}cruiser.html” class=”banner-btn”>Shop now!</a>
    </div>
  6. Here you can modify the image, link and text for the banner:

    Magento_how_to_edit_banner3

  7. 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 <a href={{store url=”}}></a> line.
  8. The default reference used for the banner image is <img src=”{{skin url=’images/banner-1.jpg’}}” alt=””>. 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.
  9. <h3>Cruisers</h3> is where you can change banner text. Update it with your own one. Make sure text is placed within the <h3> </h3>tags.

Use ‘Save Block’ button to apply the changes and open Magento front-end to view modifications.

Magento_How_to_edit_banners_5

July 2024
M T W T F S S
« Jun    
1234567
891011121314
15161718192021
22232425262728
293031