• andreeaorh

    (@andreeaorh)


    Hello,
    I downloaded the free version of the Olsen Theme and I like it very much but I cannot find an option to change the theme logo with my own.
    Can someone help with advice on how to do it?
    Thank you,
    Andreea.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter andreeaorh

    (@andreeaorh)

    `<div class=”site-logo”>
    <h1 itemprop=”name”>
    <a itemprop=”url” href=”<?php echo esc_url( home_url() ); ?>”>
    <?php if ( get_theme_mod( ‘logo’, get_template_directory_uri() . ‘/images/logo.png’ ) ): ?>
    <img itemprop=”logo”
    src=”<?php echo esc_url( get_theme_mod( ‘logo’, get_template_directory_uri() . ‘/images/logo.png’ ) ); ?>”
    alt=”<?php echo esc_attr( get_bloginfo( ‘name’ ) ); ?>”/>
    <?php else: ?>
    <?php bloginfo( ‘name’ ); ?>
    <?php endif; ?>
    </a>
    </h1>

    <?php if ( get_bloginfo( ‘description’ ) ): ?>
    <p class=”tagline”><?php bloginfo( ‘description’ ); ?></p>
    <?php endif; ?>
    </div><!– /site-logo –>

    @andreeaorch, has anyone helped you with this? I also downloaded this theme and love it but can’t change the logo.

    Much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme Olsen Light] Changing the logo’ is closed to new replies.