New Landing How can we help? Themeforest Theme Support Flexform No logo (as an option)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #145239
    Scholle
    Member
    Post count: 4

    Hello!

    Is there a way to get rid of the need to upload a logo at all? I would very much like to replace it by plain text in the given (or rather, chosen) theme font.

    Thank you!

    Karsten

    #145324
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    You can edit header.php file of theme.
    Find this code:-

    						<div id="logo" class="span3 clearfix">
    							<a href="<?php echo home_url(); ?>">
    								<img class="standard" src="<?php echo $logo; ?>" alt="<?php bloginfo( 'name' ); ?>" />
    								<img class="retina" src="<?php echo $retina_logo; ?>" alt="<?php bloginfo( 'name' ); ?>" />
    							</a>
    						</div>
    
    Change to :-
    						<div id="logo" class="span3 clearfix"><a href="<?php echo home_url(); ?>"><h1>YOUR TEXT LOGO </h1></a>
    </div>

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register