looking at screen.css - after changing almost every font size I was able to find the āheaderā sectionā¦ but assume I am using a bad text editor, can you recommend a different one?
just to add to my ignorance, when I try to edit the files in the directory below everything is formatted and easier for me to readā¦ but no impact on those filesā¦ after editing should I be updating the post or other?
You donāt need to touch that css file if you cant understand the code well. Just open the ghost admin panel then go to the Code Injection and put the css stylesheet there. It would be easier for you i think to override anything on theme
despite chrome saying it was in global it appears when I changed the font percentage here it had my desired effect, hopefully this helps someone else trying to do what I did.
on a side note, I am just trying out ghost and I absolutely love it. if I could change one thing it would be commenting to add info for noobs like myself.
It is not that I did not understand the code, for some reason the files here seem unformatted in comparison to the files within the ācssā folderā¦ the ābuiltā folder files appear unformattedā¦ I am not sure why but I tried emacs/pico/nano as editors and they all had the same resultā¦ might be something to look at.
lastly, I am not 100% satisfied with my solution, as I wanted to change the actual size, and in many areas I see references to font-size but the only one that helped appears to be the percentage rather than a specific body sectionā¦ I would rather ahve changed the ā2emā or ā1.5remā (as examples) to something smaller so I know exactly what I am doing rather thana global setting. but it accomplished what I wanted.
Thatās by design - the development workflow involves making changes to css/*, and running a script which uglifies the folder and drops it into built/
Thanks! this is exactly what I was looking to learn.
my server was blocked from internet and yarn commands failing because it was reaching out to the link belowā¦ I am sure there are other links but it failed on this one.
after opening up internet access from the themes directory I was able to run these commands and make changes in the āhuman readableā css files then compile into the ābuiltā directory.
side note: should I ahve two terminals open and have yarn dev running and then edit the files while it is running for it to auto-update?
or should I be running yarn dev after I complete? looking to learn the ābest practiceā here or recommended from someone with experience.