I’m not sure why, but when I upload logos regardless of how big or small, the logo shows up very small on the header. It’s like the Casper theme shrinks the whole logo and shows a tiny little logo instead.
Anyone have any idea why?
I’ve tried changing the file to different types, but it still doesn’t really work…help?
@AaronMichael that’s part of Casper’s design styles. If you want to change it you’d need to download the theme files and modify the CSS to match the design you want.
Theme’s can be downloaded and uploaded via the Design screen of your admin area:
Hey, I manage to find and edit the css! But for some weird reason, even after uploading the new theme file with the edits made to the css, it’s still small.
I inspected the element on Chrome and found that it is still 45px (I set it to 100px max height).
Wonder what could be the reason? I’ve already tried clearing my cache as well.
In all, it’s about styling and this is managed in CSS.
Youtube something like “Chrome inspect elements CSS” to learn about it. It’s quite simple.
Then …
Once you find the value you want to change you can override it within the Code Injections section OR change it directly within the theme (and re-upload it)
I manage to get it to change via the Code Injection side of things. I downloaded and edited the original casper theme css and re-upload it to no success.
That said, I’ve made the following changes and it works
@AaronMichael Casper has specific instructions if you are changing the source CSS files as it has a compilation step. Instructions for how to work with Casper are included in the opening link I gave you The Code Injection workaround is a good option if you only want to change a few styles and want to keep Casper updating automatically.