Dylan Fanego
asked 10 years ago

How to remove the sidebar on left? Also, I changed the font of the main text. Now the text in de blogpost is changed but the text in pages isn’t.
Thanks for your help!

1 Answers
DominicStaff
answered 10 years ago

If you want to remove the left sidebar in the DW Timeline, below is our instruction:
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.

.navbar-toggle { display: none; }

– To change the font-family in the page, you can add the following code to the Editor CSS:

.page .page-content { font-family: 'Raleway',sans-serif; }

Hope this helps !

Dylan Fanego
replied 10 years ago

Thanks! It all works!

Powered by DW Question & Answer Pro