in your theme’s functions.php, look for this:
// The height and width of your custom header. You can hook into the theme's own filters to change these values.
// Add a filter to twentyten_header_image_width and twentyten_header_image_height to change these values.
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) );
define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 198 ) );
Its best to creat a child theme, so you don’t loose your customization when you next update WP/theme.
Related Posts:
- How to deal with logo color on dark mode?
- Twenty Fourteen: Shrinking header while scrolling down
- How to disable commenting from Twenty Ten theme? [closed]
- How to add CSS class to custom logo?
- How do I add a search bar to my header?
- Can I sell a theme based off of TwentyTen
- How to create a drop down menu like in twenty eleven theme?
- Remove “Posted on” and “Posted in” from the Twenty Ten Theme
- The style.css stylesheet doesn’t contain a valid theme header
- Customized widget area – how to override or filter class xoxo?
- I want to add a class to main div on a template. how can I do that?
- Change logo on each page of University Hub theme [closed]
- Using PHP to toggle stylesheet and header image, set in cookie
- update = remove code
- Remove sticky behavior from top navigation on twenty fourteen theme?
- Remove link around logo
- How do the default themes reference style.css?
- How to add an RSS logo to my blogs header?
- why enqueued styles in header.php shows in footer?
- WordPress Admin Bar Covering & Overlapping Fixed Menu Header [closed]
- Theme Options Page – User Updates Logo
- How to find out if page_for_posts is showing (in order to style menu item)
- Remove transparancy in Sydney theme’s headerimage
- WordPress Twenty Seventeen header image size not responsive for mobile
- Resizing of a header/div in a website through css in wordpress [closed]
- I want to hide header in the static homepage that I am working on [closed]
- I would like to remove the url and description from about the header
- How to change header dimensions in WordPress?
- How to create a fixed header and scrolling content area
- How to replace the twentyten image header with my flash banner?
- How do I get my main image to stretch the full length of the screen?
- Remove Header from specific page in Twenty Ten [closed]
- Clickable image link sends people to wrong URL
- how to add custom logo to my template
- custom header navigation has odd spacing [closed]
- Where is the code that set the background image in TwentyTen theme?
- Use Featured Image of Post as Header Image
- Unable to add logo or header [closed]
- Insert stylesheet into WordPress header?
- Responsive issue with secondary logo – not sticking in position [closed]
- Where are the contents of WP_Head
- How can I selectively insert a header for my shop page in woocommerce? [closed]
- header, stylesheet not being read
- Child pages don’t become submenus (as in the twenty-ten theme)?
- Remove Author, Post and Category-related Text from a Theme?
- Twenty Ten Theme: Replace the Logo by a picture without moving the code
- How to change the width of certain paragraph or header blocks?
- Add my footer menu to the header
- Remove top bar header
- How to fix shifting header after installing speed / cache plugins?
- Change header image size
- Logo Keeps Changing to the Default for Transparent Settings
- Adding custom html/css/images to Theme
- How do I move my logo from the center to left (Pixgraphy theme)
- How to include different html tags in the header for different pages?
- Twenty Fourteen: Unsticky header after making header bigger
- How to prevent a style sheet to affect a header.php or footer.php?
- header background color changed after drop & import database in phpmyadmin
- How to Take Logo Out of Navigation Menu? [closed]
- Put image onto header
- How do you find the logo code on theme file or where can I find the header theme file?
- Dropdown menu’s fighting with each other [closed]
- Header Image instead of dynamic text
- individual images as navigation design TwentyTen
- Changing 2011 theme header image based on user dropdown
- Adding Tag On Single Post from bbpress (Tewenty Ten) Themes
- Converting Menu Links to List Elements
- How to reuse parts of WordPress site e.g. header, footer, part of header for multiple WordPress sites?
- How do I show a button only on my custom template page?
- How can I add a google play badge to my header and footer?
- How to get twenty ten content side by side (images and/or text)?
- controlling the showing and hiding of the website logo
- My CSS, footer and header don’t show up!
- Put CSS on TOP, how?
- CSS does not take effects and it doesn’t show in inspect [closed]
- site-description css is overriden [closed]
- WooCommerce: I Need to hide my page title/header (including menu) from all the WooCommerce related product pages, such as category and keyword pages
- Hyperlink Underline using Border-Bottom Showing Up Under Site Logo Image
- How can i change my WordPress site mobile logo which is linked to another source?
- Open source social media icons to download and use on website? [closed]
- How to make a monopoly board using css grid?
- What’s the difference between SCSS and Sass?
- CSS reset – What exactly does it do?
- When to use margin vs padding in CSS [closed]
- SVG center horizontal and vertical line
- Can I change Bootstrap button color?
- How am I supposed to use index.html?
- Is it bad practice to comment out single lines of CSS with //?
- Half circle with CSS (border, outline only)
- How to draw a half circle (border, outline only) [closed]
- CSS calc width and height values
- Column order manipulation using col-lg-push and col-lg-pull in Twitter Bootstrap 3
- What is the difference among col-lg-*, col-md-* and col-sm-* in Bootstrap?
- Adding border to SVG image
- What does !important mean in CSS?
- Failed to load resource: the server responded with a status of 404 (Not Found)
- Random gradient background color
- CSS Circle with border
- How to horizontally center an element
- Center image using text-align center?