We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Header Picture to show only on main page (Origin Theme) | Forum

Topic location: Forum home » Support » General Questions
Martin Zal
Martin Zal Jan 6 '15
Hi,

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.)?

ross Team
ross Jan 12 '15
You need to go to theme customizer here: www.site.com/admin/theme/css and insert this style:

.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. 

The Forum post is edited by ross Jan 12 '15
Martin Zal
Martin Zal Jan 31 '15
thank you ross, will try it