Thanks for your support. If you want to have a fixed top section on every page, you have to go to Dashboard -> Appearance ->Editor, and amend the php codes in the Header (header.php) area, which proved to be a little bit complex for people without coding knowledge. Please make sure that you want this change, since we’ve tried it but the effect seems not that satisfying.
I was trying to make the changes there in the editor by adding ‘position:fixed’ in the ‘section-benner’, then using the ‘section-banner’ for the first section of my page in the OneTone options. Didn’t help. I need this function badly to be honest..Was looking for such a theme for quite a long time and was sure there is a chance to make such a change. If you have a spare minute, I would really love to try.
Here is an easier method to solve your problem.
Go to Dashboard -> Appearance -> Onetone Options, navigate to Home Page, open the Section 1 Select box and type in “section-banner foo” in the “Section Css Class” area.
Then move to Onetone Options -> General Options, and paste the following codes in the “Custom CSS” box.
body{margin:0px;}
.foo{position:fixed!important; height:300px;z-index:98;overflow:hidden;}
.section:not(.foo){ padding-top:300px;}
.home-container {z-index:97!important;}
.home-header{z-index:9999!important;}
You can change the size of the background by amending “height” and “padding-top”.
Please let me know if this solved your problem. Good luck!
Hello Magee. I have tried your solution and to be honest skipped my idea. Might be missing something but as I didn’t get the result I wanted I simply decided to stay to the original looks of the theme. Many thanks for your time!
Although, I still do have one question. Will start a new topic.