Powerbanners is a responsive banner slider magento extension. By default banner title has no padding. However, you can adjust banner css to add padding to title. Default banners look Banners with title padding If you want to add padding to banner title you need to perform following steps: 1. Login to admin 2. Navigate to […]
read morePowerbanners FAQ
FAQ for Powerbanners – Responsive banner slider magento extension
How to add Powerbanners to category page
Powerbanners is a responsive banner slider magento extension. If you want to use Powerbanners for certain category – it is pretty easy to achieve it with custom layout update. You need to perform following steps: 1. Login to admin panel 2. Navigate to Catalog > Categories 3. Select category you want to update 4. Switch […]
read moreText style parameters
Powerbanners is a responsive banner slider magento extension. You can create your own text styles for banners. Choose from over 600 google fonts, update font weight, font size and letter spacing. You will see live preview of chosen parameters Text style has following parameters Style Title – style title Font Family – adjust font family […]
read moreParameters you can override in shortcode
You can insert Powerbanners slider in any cms page or static block. {{block type="powerbanners/slider" alias="slider_alias" }}
– This code insert new Powerbanners slider in cms block. Slider will use settings from slider configuration. However, you can override certain settings in shortcode parameters…
HTML structure of single banner
Standard markup of banner with image and two lines of text. As you can see main wrapper is A with class=powerbanner-wrapper
. Titles is wrapped in title-wrapper
element. You can use it to add padding to titles…