Hi Thank you for creating the DW Timeline theme – it looks awesome from the first sight, however seems it has very limited customization options. Can anyone help me with the following customization requirements:
1>. I want to use a big image ONLY for my header image so I need to remove the Site Title, Header, Tagline and the Header Mask as well as the Site Title Background — can you let me know how to do this?!
2>. I need to move the Get Start Button downside a little bit instead of being in the middle of the header image – how can I do that?
Thank you very much!!!
Hello Lynn !
1. To remove the Site Title, Header, Tagline in the DW Timeline, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)
<style>
.banner .page-title {
display: none;
}
.banner .page-description {
display: none;
}
.banner hgroup:after {
background: none;
}
</style>
2. To change the position of the “Get Start” button, you can add the following code to the Header Code:
<style>
.banner #get-started {
margin: 20px auto 0;
}
</style>
Notice: if you still face there issue, please tell me detail about the position that you want to display.
Hope this helps !
Please login or Register to submit your answer