badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Header Media Image Resize

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #92410
    Eugene Costello
    Participant

    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?

    #92594

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.