• Hi,

    I’m just hoping to get some CSS help in the way of overriding a free themes [Designfolio] logo setting.

    Currently i’m using the theme for a non-profit magazine and i’ve noticed that the designfolio free version doesnt allow for easy custom logos. i’m wondering if someone can help me bypass this within the code?

    I’ll display some code that i’ve found in reference to logo’s in Theme_admin.css

    /* theme options jQuery toggle defaults */
    tr#theme_options_custom_logo,
    tr#theme_options_show_recent_posts-1,
    tr#theme_options_show_recent_posts-2,
    tr#theme_options_show_recent_posts-3 {
    display: none;
    }

    and in the header.php

    <div id=”logo-wrap”>
    <?php

    // Output a logo if defined, otherwise the site title
    PC_Utility::pc_display_theme_logo($options);

    $options = get_option( PC_OPTIONS_DB_NAME );
    if ( !isset($options[ ‘chk_hide_description’ ]) ) { ?>
    <div id=”site-description”><?php bloginfo( ‘description’ ); ?></div>
    <?php } ?>

    </div><!– #logo-wrap –>

    any help would be greatly appreciated, thanks!

    [ Please do not bump, that’s not permitted here. It’s only been 2 hours if it’s that urgent then consider hiring someone. ]

  • The topic ‘Help with editing theme CSS to show logo over site description’ is closed to new replies.