Hiding Logo

Support Area Forums Grassroots Hiding Logo

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #34560
    naegon
    Participant

    Hi Bill,

    I found custom CSS from you on this forum to remove the logo from the homepage, it worked perfectly. But then I noticed that the drop-down menu in other pages (where the logo appears on the menu) is too far down. On the homepage it where it should be. I tried adjusting it in the theme options, but of course it works for all of the pages, so then the homepage drop-down goes too far up. Is there any way to fix this?

    This is the link to the website http://publicleadership.foundation

    Thank you very much for your help. You have been really great!

    Nathy

    #34569
    Bill Robbins
    Moderator

    Good Morning Nathy,

    I hope you had a nice weekend. I split this reply up into three separate topics. It works out best to have each question in its own topic. When there are lots or replies to multiple questions in the same thread it gets a bit confusing and is easy to miss a question or follow up. You should be subscribed to all three new threads.

    You’re more than welcome to hide the logo on the front page. It may be easier to do it a different way here. Instead of the snippet that’s there now, give this a try:

    
    .home #logo {
    	visibility: hidden;
    }
    

    That will keep the logo from being visible, but it still occupies the same amount of space which should make tackling the drop downs easier since the items in the header will be the same size.

    If you have trouble with the drop downs after making that change, let me know. I can help out once the logo hiding has been switched.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hiding Logo’ is closed to new replies.