mityalebedev / The-Shell

Ghost Theme 👻
https://ghostintheshell.ghost.io
MIT License
441 stars 136 forks source link

needs some updates for ghost version4 #45

Open athamour1 opened 2 years ago

athamour1 commented 2 years ago

I liked very much this theme, so I tried to make small changes to be compatible with ghost 4, I saw 2 problems the logo of the site above the posts and the images from the posts. I don't know if the following is right, but for me the following style, it worked.


a#blog-logo {
  display: none!important;
}

figure>img {
  border: 0!important;
  object-fit: contain!important;
  height: auto!important;
}
sec-fortress commented 6 months ago

how do i implement or update this, what file in the zipped file and what line please