Title: Logo query
Last modified: December 14, 2023

---

# Logo query

 *  Resolved [julesjunction](https://wordpress.org/support/users/julesjunction/)
 * (@julesjunction)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/logo-query/)
 * We have added a logo to the site header and that is working fine. The header 
   has a dark background and is not transparent.
 * Is it possible to have a different header logo for two of our site pages?
 * Eg on the main Luxury Estate site we would like the default logo displayed on
   most of the pages but on the Art Pierre page (1756) we would like the Art Pierre
   logo to be displayed instead of the Luxury Estate logo.
 * Kind regards
 * Jules
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-query%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Gilbert Hernandez](https://wordpress.org/support/users/ghernkadence/)
 * (@ghernkadence)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/logo-query/#post-17278356)
 * Hello
 * You can use CSS to change the header logo on specific pages. For example, the
   following updates the logo on a post with ID 3416. You can update the post id
   and the URL to suit your needs.
 *     ```wp-block-code
       .postid-3416 img.custom-logo {
           content: url('http://example.com/logo.png');
       }
       ```
   
 *  Thread Starter [julesjunction](https://wordpress.org/support/users/julesjunction/)
 * (@julesjunction)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/logo-query/#post-17280832)
 * Hi, thanks for answering and for the prompt response.
 * I have added the suggested CSS to the ‘Additional CSS’ on the theme customizer
   but it doesn’t appear to be working. It still displays the default logo rather
   than the one in the CSS.
 * /* Change logo on ArtPierre Studio page 1756 */
   .postid-1756 img.custom-logo {
   content: url(‘[https://ag-luxuryestate.com/wp-content/uploads/ArtPierre-Studio-Logo.png&#8217](https://ag-luxuryestate.com/wp-content/uploads/ArtPierre-Studio-Logo.png&#8217););}
 * What have I done wrong? Should I be putting the CSS somewhere else?
 * Thanks
 * Jules
 *  [Gilbert Hernandez](https://wordpress.org/support/users/ghernkadence/)
 * (@ghernkadence)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/logo-query/#post-17281506)
 * Hello,
 * The CSS I provide was for a post page. However, there is a different selector
   for page ID’s too. Depending on if the page is a page or a post, you’ll have 
   to use the correct selector. Let us know if this helps instead.
 *     ```wp-block-code
       .page-id-10 img.custom-logo {
       content: url(‘https://ag-luxuryestate.com/wp-content/uploads/ArtPierre-Studio-Logo.png’);
       }
       ```
   
 *  Thread Starter [julesjunction](https://wordpress.org/support/users/julesjunction/)
 * (@julesjunction)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/logo-query/#post-17281814)
 * Thank you for your help, that works perfectly.
 * Kind regards
 * Jules

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Logo query’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kadence/1.5.0/screenshot.png)
 * Kadence
 * [Support Threads](https://wordpress.org/support/theme/kadence/)
 * [Active Topics](https://wordpress.org/support/theme/kadence/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kadence/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kadence/reviews/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 4 replies
 * 2 participants
 * Last reply from: [julesjunction](https://wordpress.org/support/users/julesjunction/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/logo-query/#post-17281814)
 * Status: resolved