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

get to the index page | Forum

Topic location: Forum home » Development » Themes
luke dane
luke dane Dec 13 '14
I am trying to get to the index page through the setting->language section of admin and I cannot find it. any help please.
tammy harris
tammy harris Dec 13 '14
what are you trying to find on the index page
luke dane
luke dane Dec 13 '14
the .ow_header_pic class.
tammy harris
tammy harris Dec 13 '14
what are you trying to do 
luke dane
luke dane Dec 13 '14
just want to push it down
tammy harris
tammy harris Dec 13 '14
 use inspect liniment to find css that drives the position 

and in admin theme edit size may help
The Forum post is edited by tammy harris Dec 13 '14
luke dane
luke dane Dec 13 '14
yeah but I just want to do it for the index page
tammy harris
tammy harris Dec 13 '14
you can try adding the css rules in custom html widget using style 
The Forum post is edited by tammy harris Dec 13 '14
luke dane
luke dane Dec 13 '14
how do you do that?
tammy harris
tammy harris Dec 13 '14

put ur rule in style like this 
<style>

.ow_menu_wrap{

display: none;

}

</style>

ross Team
ross Dec 14 '14
Try this style if you want to make it down a little: 


.ow_header_pic {margin-top: 200px; your value}

luke dane
luke dane Dec 15 '14
yeah I know but I want it specific on the main page no other page
Durlabh Ashok
Durlabh Ashok Dec 15 '14


Quote from luke dane yeah I know but I want it specific on the main page no other page


Try putting in languauge or inject it using customization

ross Team
ross Dec 15 '14
Topic was moved from General Questions.
luke dane
luke dane Dec 16 '14
yeah tried to use lang but cannot find that page
Durlabh Ashok
Durlabh Ashok Dec 16 '14
Okay try this:

Go here:

xyz.com/index/customize

Drag text/Html on any space


Then click gear icon and paste your code here:



And click save and then finish customization.

Let me know if it works.

The Forum post is edited by Durlabh Ashok Dec 16 '14