Siobhain Santry
asked 10 years ago

I am using a metaslider and don’t need a headline for each page so would like to remove as the slides do the job – can’t work out how to do it – any help please

1 Answers
DominicStaff
answered 10 years ago

To remove the header and border on the DW Minion theme.
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.page-header {
     display: none;
}

Hope this helps !

Powered by DW Question & Answer Pro