php - How To Edit Index Page In Magento -
i want edit html of content area in index page in magento. have tried many times failed. unable find index.phtml file in theme.
porto theme\app\design\frontend\smartwave\porto\template\page\html
this root directory of theme
for example html
<div class="container"> <div class="row"> <div class="col-md-3 col-sm-3"></div> <div class="col-md-3 col-sm-3"></div> <div class="col-md-3 col-sm-3"></div> </div> </div>
i want changes here in index page
if wanted put html on home page can easy way. in porto theme there several homepages have found active home page (may it's url-key "home") , edit them clicking record.
steps
- login adminpanel
- select cms > pages
- choose page url-key home page or active home page
- you edit mode of selected page
- select content tab left tab
- put html code in content box
- save , catch clear
- done.
Comments
Post a Comment