Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m not a pro web developer, but how about placing two logos and hide the second one by default using CSS (display: none;), but on a handful of pages you want the second logo to appear, use CSS (display: block;) to make it appear while using display: none; for the main logo. As long as you use a class selector for both logos, this should be doable.

    Thread Starter motty27

    (@motty27)

    THanks – i’ll give it a go

    Thread Starter motty27

    (@motty27)

    Sorry, but really struggling with this. How do I place 2 logos? There is only the option to upload one in my wordpress theme.
    How would I assign the logo to specific pages in my CSS?

    ANy alternative ideas please?

    Sorry for not responding earlier. Then, how about having two header.php files (e.g. header.php and header-new.php) placing different logos? Actually, I do this way with my own website (not because of having different logos, but to link to different CSS files). The details can be found on https://www.webascender.com/blog/create-multiple-headers-footers-wordpress/

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

The topic ‘Changing logo in header on just a handful of pages’ is closed to new replies.