can you please point me which file I should make changes in for the header picture to be shown only on main page (i dont want it on dashboard, galleries, users etc.)?
can you please point me which file I should make changes in for the header picture to be shown only on main page (i dont want it on dashboard, galleries, users etc.)?
.ow_header_pic {display: none;}
Then go to the index page, click on customize this page button or enter this url: www.site.com/index/customize
drag and drop custom html/text widget some where in the top content are and insert this html code in the widget settings:
<style>.ow_header_pic {display: block; !important}</style>
then click on finish customize button.