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
- How to move div vertically down using CSS
- How do I load custom scripts and styles for a page?
- Subfolder multisite issue. Themes and plugin files 404
- How to target first img in every wordpress post with CSS [closed]
- WordPress on localhost working, when sharing IP to connect receive err_connection_refused on .js and .css files
- CSS from textarea in options page to frontend what to do
- add styles if custom header was included
- How to use my menu PHP code as sidebar?
- Finding and disabling ‘rogue’ stylesheet from header: Source Sans Pro
- different logo for home page and another logo for others page
- CSS styling of native (inbuilt) wordpress thumbnails [closed]
- Trying to set a cookie based on $_POST parameter
- Add New Text Box To WordPress Twenty Seventeen Header
- WordPress aggressively caching CSS
- Use conditionals with wp_enqueue_style to attach stylesheet according to post type displayed
- how to change menu titles
- Hook for plugin to insert into entry-meta
- How to remove the Welcome watermark on this page? [closed]
- Insert Code into Header Only on Blog Posts
- image background is cut [closed]
- Changing from primary to a custom menu changes my CSS navigation layout
- [class*=”content”]:before css styles in TwentyThirteen [closed]
- How to create a container in php then customise it in CSS