It looks like the theme designer has a means for you to use a different logo on the homepage. Looking at your header.php
on lines 83-93.
If your theme detects that this is the front page, the title is enclosed with an <h1>
tag, otherwise it is enclosed in a <div>
. Both have id='logo'
.
If you can add custom css, you could use css image replacement to replace this <h1>
tag with a different image on your homepage.
Related Posts:
- Customizing a WordPress theme without changing it?
- My blog suddenly can’t find my stylesheet?
- Opinions and recommendations on the best barebones base theme [closed]
- Where are Additional CSS files stored
- how to add version of style.css in wordpress
- How to Link External jQuery/Javascript files with WordPress
- How can I version the main CSS file?
- Custom Taxonomy-specific JavaScript
- Any official way to create an admin theme?
- Splitting an Evolving Site into Multiple Sites, or Maintaining as One Site?
- How to set two different themes on one WordPress? (Desktop vs. Mobile)
- Building useful features into your theme
- I’m trying to add an image in my CSS
- Multisite: setting theme and options when a new blog is created
- How to use scss in wordpress theme?
- How to automatically highlight syntax of code in a post?
- Editing theme files and access to the Code pages only to super-admin?
- How to add the main style.css to my index.php?
- FireFox Inspector :: find CSS file related to
- The style.css stylesheet doesn’t contain a valid theme header
- Change Default Image HTML
- How to delete default themes
- Getting rid of unused css directives [closed]
- Extra User Profile Field Upload File / Image
- Edit raw HTML of the landing page
- Problem : deletion failed, the theme requested does not exist
- Theme Activation, Create Database Tables
- Exclude stylesheet from admin
- hfeed CSS class in Twentyeleven Theme
- Will activating a different theme preserve custom settings to current theme?
- Can I apply a WP theme to a specific custom page template?
- Change Theme from Plugin based on query_vars
- Change logo on each page of University Hub theme [closed]
- How do I copy my Parent Templates to my Child Templates?
- How to trigger function on theme delete?
- Setting a static home page and blog page without using the settings
- Theme information in style.css being corrupted
- Two Navigation Menus – secondary nav is including main nav
- How do you create a custom WPTouch theme?
- How to start learning CSS and theme development?
- Possible to put header-{your_custom_template}.php in subdirectory?
- Renaming the Twenty Fourteen WordPress theme
- How do I apply my CSS to a theme page?
- Protect changes made to the theme when updating
- Theme Development Admin Area [closed]
- how to remove padding from left and right side? [closed]
- 404 Error while accessing the font files
- How to load parent theme style.css?
- How to set a single theme directory on a multisite blog?
- Cannot figure out how to center div in WordPress theme [closed]
- ‘Customize’ button in admin bar for CSS
- Child Style.css not overriding parent theme style located in assets/css/main.css
- how can I change the background color of all posts on my server?
- How does a Child Theme works?
- Creating new templates in child themes breaks layout
- none of my css is working in my child theme
- Static page not working
- X-Axis of Site is Messed Up Because it is in Hebrew
- Style the archives/category sidebar widget via theme
- How to find out if page_for_posts is showing (in order to style menu item)
- Custom options below pages/posts editor?
- Custom CSS doesn’t work in edit mode
- Remove transparancy in Sydney theme’s headerimage
- How can I add class to every quote element?
- Twenty fifteen theme – change responsive menu condition
- CSS Start Fresh option on; main.css still being loaded [closed]
- Port existing Bootstrap site to WordPress?
- Problem of running development copy of WordPress on WebMatrix?
- How to style the post previews/links without it affecting the main posts?
- the_content() is not displaying content, why? [closed]
- What is the correct way to integrate wordpress with another php application?
- Customizing page content layout
- Tips for managing code when developing a parent theme framework
- Finding and disabling ‘rogue’ stylesheet from header: Source Sans Pro
- Cannot apply custom css to IE in the theme
- Need to edit themes HTML code
- Plugin and themes are adding the same stylesheets
- Child theme’s stylesheet cannot load [closed]
- Theming global variables – initializing in index.php but using in header.pho
- Is it good practice moving the main stylesheets after the plugin styles?
- What Generated Classes and IDs That Is Always Used On All Themes?
- Trying to uninstall a theme, but it’s hijacking my home page
- Understanding the theme details in style.css
- Passing dynamic options from backend to frontend
- Re-skinning Site
- Getting a ‘slide down’ js panel implemented within WP
- Calling external Libraries in WordPress
- Most wp_nav_menu parameters ignored
- Using the same database on another Subdomain
- Need a theme that let the posted content stretched maximum width [closed]
- What’s the default order used by WordPress to load CSS files?
- The requested theme does not exist. Stylesheet is missing – error after changing style.css name to my-styles.css in wp child theme?
- Newbie wordpress question re banner height
- How to trace and resolve a theme problem such as flickering links in WordPress? [closed]
- On a Https site, Css and Js Url are back to http after redirect the site
- How to integrate JSS to WordPress
- Why submenu item’s background color is not changing by css?
- How to customize the WordPress 2014 theme, to have page using less horizontal margin?
- Cannot figure out what element header color is in wordpress theme [closed]
- How to access theme fonts using custom CSS style? [closed]