Uploading my logo can you help

2 replies
I was uploading my logo to my WordPress site.
I am using theme logo plugin, the YouTube video I as watching was good all the way to the last step his theme is different then my theme I am using catalyst theme. In the header php section where do I past the code

Go into your header file and replace your current logo image



<?php
/**
* Builds the header structure.
*
* @package Catalyst
*/

global $catalyst_layout_id;

catalyst_hook_widget_areas( $catalyst_layout_id );
catalyst_hook_hook_boxes( $catalyst_layout_id );

catalyst_doctype();
catalyst_site_title();
catalyst_meta();

wp_head();
catalyst_hook_in_head( $catalyst_layout_id . '_catalyst_hook_in_head' );
?>

</head>

I think it's in here
#logo #uploading
  • Profile picture of the author KirkMcD
    No, nothing in there. Some themes allow you to change the header image from their options. If its not there, try contacting the developer of the theme.
    {{ DiscussionBoard.errors[9585584].message }}
  • Profile picture of the author pinkwhale
    Banned
    hi,yes you can upload your logo in wordpress first go on theme than change logo image.in code you can change from .css by changing path.
    {{ DiscussionBoard.errors[9585667].message }}

Trending Topics