So I’m just starting up and I can’t see my h1 site title.
I’m using safari but have tried in other browsers.
I’ve added some custom css but cannot think what is causing this.
My site is www.nocsdegree.com and the password to view is cezeqi848
So I’m just starting up and I can’t see my h1 site title.
I’m using safari but have tried in other browsers.
I’ve added some custom css but cannot think what is causing this.
My site is www.nocsdegree.com and the password to view is cezeqi848
Hey @petecodes
Casper uses the site logo as the site title:
wow, really? Thanks for your help. Presume I can change this?
Yep, you just need to make your changes to the theme
Can you explain how to edit a theme? Haven’t done that before
Since your change is quite minor, here’s the “hacky” way to do it:
index.hbs
from the unzipped folder in an editor. Don’t use notepad, but you should be fine using wordpad or something more powerfulThis is the “hacky” way since you’re skipping setting up a theme development environment. If you plan on making larger changes, the dev environment is quite useful:
Thanks for the help!
So do I just copy the code for the h2 element to the h1?
<h2 class="site-description">{{@site.description}}</h2>
Also, what happens to all my content and CSS if I upload a modified theme? Thanks!