mann tom
asked 10 years ago

The main titel in the header has this ugly 1px border. How can I remove it?
ANd generally asked: how can I get an uncompressed main.css / flat.css file?
Regards

1 Answers
DominicStaff
answered 10 years ago

Hello Mann !
To remove the border around the header title in the DW Timeline pro, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)

<style>
.home .banner .page-title {
    border: none;
}
</style>

– You can download the “main.css / flat.css” file in the link: https://www.dropbox.com/s/gz200b7p54ex78c/css.zip
Regards,

Powered by DW Question & Answer Pro