Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello!

    I didn’t get your question: you want to move the banner to top? Is that correct?

    Thread Starter breastfeedingnetwork

    (@breastfeedingnetwork)

    Yes please.

    Got it.

    Well, there are 2 ways to do it so:

    1) The hard: you have to change the blog structure to move the header to top.

    2) The easiest: you can remove the logo at top and the image at right. So you will have only the header. The catch: your menu will be always on top of the banner. But here I found a problem: you are using the css class “logo” on two places. You have this class on top logo AND on your header. So the css code I will provide won’t work. To make this happen you need to change the banner class “logo” to another name.

    Do it an let me know. So I can help you on this 😉

    Thread Starter breastfeedingnetwork

    (@breastfeedingnetwork)

    I’ve changed the css

    I want to remove the logo at the top only on this page though not the others in my site.

    Thanks

    Got it!

    To do that you need to paste this code on your custom css form:

    body.page-id-726 img.logo{
    	display:none;
    }

    Let me know if it works.

    Thread Starter breastfeedingnetwork

    (@breastfeedingnetwork)

    Yes it worked, so is there no way I can get the image to appear after the navigation menu?

    After or before?

    To get the navigation after the image you need to modify the header.php file. But It can be tricky.

    If you want to do it, create a child theme to avoid problems.

    Hope it helps.

    Thread Starter breastfeedingnetwork

    (@breastfeedingnetwork)

    Before.

    That’s what I’ve been doing but had no luck with it.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Custom Page Logo’ is closed to new replies.