Hi everyone,
I managed to remove the website title and description using this code:
#header h1 { display:none }
#site-description {display:none};
I also moved up the header to the top, but on the rest of my pages the website title is still there. How do I make my other pages look like my home page?
This is my site: sophiespitz.com
Thanks in advance :D