• Resolved jadams1974

    (@jadams1974)


    Hello, I have the I am One theme and I love it. But my client is insisting that on the home page, the logo in the navigation bar be removed. When i remove it, all is fine. However, it also removes from all of the other pages on the site. I want it on the other pages but not the home page. Can you please assist me with this. Thank you so much.

    http://www.pizzas1905.com

    I have previously given you the password and admin login. Thank you so much and I hope you had a good Holiday!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there jadams1974,

    Hope you’re well today!

    Try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin if your theme doesn’t have custom CSS tab.

    http://ww.wp.xz.cn/plugins/simple-custom-css

    .home .logo {
    display: none;
    }
    
    .home ul#menu-home {
    margin: 22px 0 22px 0;
    }

    This should remove the logo only on home page. Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter jadams1974

    (@jadams1974)

    Thank you whomever. Isse resolved with following css code:

    .home .logo {
    display: none;
    }

    .home ul#menu-home {
    margin: 22px 0 22px 0;
    }

    Thread Starter jadams1974

    (@jadams1974)

    Sorry, last question on this. Is there away to add buttons to this navigation bar instead of the nav links? Thank you again you have been such a huge help.

    Hi jadams1974,

    Working with Bojan here.

    You can add the fallowing CSS to style the menu and have buttons on it:

    .header .header-inner .nav ul li{
       background-color: #1a2e75;
       -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
       border-radius: 6px;
    }

    You might not like the color of the menu buttons, if so you can pick up a new one here – http://www.colorpicker.com/

    Let us know if this works.

    Thanks,
    Ivan

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

The topic ‘logo’ is closed to new replies.