Tagged: Header Image SVG
I have an svg image for the header media but when I upload it, it ends up being giant. https://thevalencian.es/ is there a way to make it smaller? CSS?
Hi Eugene Costello,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.wp-custom-header { text-align: center; background-color: #ffffff; } .wp-custom-header img { width: 100%; max-width: 300px; }
Thanks