My custom publication logo appears extremely small. I’ve been messing around with Code Injection to change the size but nothing is working. Does anyone have any tips to make the image normal for the Taste theme specifically?
You can try the following:
<style>
.gh-head-logo img { height: 40px; width: auto; }
</style>
You should adjust the height value depending on your logo size and format.
It would be easier to help if you can share a link to your website.
1 Like
Here is the site link https://www.homecookmaverick.com/
I did paste in the section you shared within Code Injection but it doesn’t seem to adjust anything. Is there a different target name for the publication logo than .gh-head-logo?