drcomputer wrote:SIr,
How to design footer like jewelery theme in electronics theme
Hi drcomputer,
To design a footer similar to the Jewelry theme you need to do two things.
First have a similar Html structure as the footer in the Jewelry theme and second to add the appropriate styling for the new Html.
To achieve this first make the changes in this Razor view file used in the footer:
Themes\Electronics\Views\Common\InfoBlock.cshtmlThen add the styling for your changes in the styles of the theme:
Themes\Electronics\Content\styles.cssHope this helps!