Adding CSS header image / Exposito theme

  • Unknown's avatar

    Hello,
    I’m creating my site using Exposito theme. I want to add a header image however this theme does not have a built in option to add one.
    I have tried various css but am having no luck (I am very new to this)
    Any help would be hugely appreciated.
    My site is http://www.ok-gag.com

    Thankyou!!

    Also: this is what my current header.php looks like…

    <?php
    /**
    * The Header for our theme
    *
    * Displays all of the <head> section and everything up till <div id=”main”>
    */
    ?><!DOCTYPE html>
    <!–[if IE 7]>
    <html class=”ie ie7″ <?php language_attributes(); ?>>
    <![endif]–>
    <!–[if IE 8]>
    <html class=”ie ie8″ <?php language_attributes(); ?>>
    <![endif]–>
    <!–[if !(IE 7) | !(IE 8) ]><!–>
    <html <?php language_attributes(); ?>>
    <!–<![endif]–>
    <head>
    <meta charset=”<?php bloginfo(‘charset’); ?>”>
    <meta name=”viewport” content=”width=device-width”>
    <title><?php wp_title(‘•’, true, ‘right’); ?></title>
    <link rel=”profile” href=”http://gmpg.org/xfn/11″>
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>”>
    <link rel=”shortcut icon” href=”<?php echo get_stylesheet_directory_uri(); ?>/favicon.png” />
    <!–[if lt IE 9]>
    <script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js”></script>
    <![endif]–>
    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>
    <div id=”wrapper”>
    <div id=”page” class=”hfeed site”>
    <header id=”masthead” class=”site-header” role=”banner”>

    <h1>OK GAG </h1>

    <h1 class=”menu-toggle”>m</h1>
    <nav id=”primary-navigation” class=”site-navigation primary-navigation” role=”navigation”>
    <?php _e(‘Skip to content’, ‘expositio’); ?>
    <span id=”navigation-close”>✕</span>
    <?php wp_nav_menu(array(‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’, ‘container_id’ => ‘top-main-menu’, ‘fallback_cb’ => false)); ?>
    <?php wp_nav_menu(array(‘theme_location’ => ‘secondary’, ‘menu_class’ => ‘nav-menu’, ‘container_id’ => ‘top-right-menu’, ‘fallback_cb’ => false)); ?>
    </nav>
    <footer id=”colophon” class=”site-footer” role=”contentinfo”>

    <div class=”copyright”>© 2014</div>
    <!– #colophon –>
    <!– #masthead –>
    <div id=”header-helper”></div>

    <div id=”main” class=”site-main”>

  • Unknown's avatar

    To add: I want the image header (my logo) to replace the Site Title (top left of page).

    The site title is currently affected by this line:

    <h1>OK GAG </h1>

    Which I replace previous CSS with to no avail. I stupidly did not copy the original CSS and am stuck with this title link that does not lead ‘home’.

  • Unknown's avatar

    The html url link to my logo image is (should be)

  • Unknown's avatar

    Hi @kategagliardi, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.

    For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.

    The differences between WordPress.com and WordPress.org.

  • The topic ‘Adding CSS header image / Exposito theme’ is closed to new replies.