got any suggestions.? – changing header logo on certain pages Posted in : Read WP AFThardcoreParticipant 17 February 2014 at 22:56 #12406 i’m looking to change a particular logo – for a particular page. is there a way to accomplish this – is there an easy plugin. let me know your suggestions – i value your help. thanks ahmetsaliKeymaster 18 February 2014 at 14:20 #12430 Hi, this can be possible with custom js code; – you need to know the specific body class of that page – then use this in your Theme Options > External JS box: jQuery(document).ready(function($) { $( '.body-class .site-title img' ).attr("src", "your-new-logo-url-here.png"); }); AFThardcoreParticipant 18 February 2014 at 19:29 #12450 you’re awesome.! thanks for the help Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register