AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: jaysbar on June 23, 2015, 10:35:41 AM
-
Hi All,
How can I add a line between Specials and Brand Scrolling List? Banners show up under Specials and it looks like the Banners are party of Specials so I want to add a separator saying "Sponsored Adverts".
Thanks
-
Anyone?
-
Hello.
You need to create HTML block (http://www.abantecart.com/ecommerce-documentation/admin-user-manual/design/blocks-user-manual/html-block) and enable it on Home Page layout
-
Hi,
I need some more help with this please.
I done the following:
Go to Design-> Blocks
Add a new HTML Block
Give the Block a name and title (i.e Sponsors)
Go to Design->Layouts
Under the Content Bottom frame, add a new Block – note that your newly created block (Sponsors) is listed here, so choose it
You can re-order the block by drag and drop
Questions:
What is the HTML code I need to add to this new block so that it shows the Sponsored Banners with a separator line?
-
All done, I think!
I added this HTML into my new block:
<h1 class="heading1"><span class="maintext">Sponsored Ads</span><span class="subtext">Ads from our advertisers</span></h1>
Did I miss anything?
-
Did I miss anything?
Did you enable block on Home page Layout?
You code works for me