jimdougherty
asked 11 years ago

How to remove lines in the header, menu, body and sidebar in DW Focus?

Hi –

Is there CSS that I can use to remove the grey and black lines from each of the sections of the site for DW Focus

Thank you!

1 Answers
DominicStaff
answered 11 years ago

Hello Jimdougherty !

To remove the grey and black lines in the header menu body and sidebar of the DW Focus, please go to Dashboard > Theme > customize and add the following code :



<style>

.navbar .nav li {

border-left: none;

}

.site-header #header {

background: none;

}

#main > .container > .row {

background: none;

}

</style>

Hope this helps!
Regards,
Dominic

Powered by DW Question & Answer Pro