StefMa / hugo-fresh

Hugo Fresh Theme
https://hugo-fresh.vercel.app
MIT License
588 stars 337 forks source link

Resizing Logos #174

Open JohIngs opened 1 year ago

JohIngs commented 1 year ago

Hi, the resize option is not working for the header. If I uncomment, it does not compile.

Is there an option to resize the footer logo as well?

Greets caro

aabouzaid commented 7 months ago

I have the same issue, the loge is too small and I want to resize it. Ideally, I should be able to override the CSS (issue #186) but it looks like that's not possible also. cc: @StefMa

lextm commented 1 month ago

There are several things you need to configure at this moment.

  1. Use deep customization mode to install this theme.
  2. Modify _footer.scss to allow image height to go larger.
  3. Modify footer.html so that you can better control the width/height of the logo there.

My company site uses some customization like above and you can refer to this commit to see how we did those.