Site logo

[Support request] Different Menu Navigation & Logo on specific pages.

Home Forums Support [Support request] Different Menu Navigation & Logo on specific pages.

Home Forums Support Different Menu Navigation & Logo on specific pages.

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #2400385
    FunkyCss

    Hallo there,

    I need to create a page with different menu and for all blog pages, and other logo as well and a background color.

    I have seen previous forums that you need a conditionl menu plugin ( Conditional Menus ) for that, so I did and this looks to work pretty ok for my case.

    I need your help tho to change my logo also for this specific page and the background color, can this be done ?

    #2400494
    Leo
    Staff
    Customer Support

    Hi there,

    The page you’ve linked is under maintenance mode – can you disable it for now?

    And what background color are you looking to change?

    #2400504
    FunkyCss

    Hallo Leo!

    Yes I just deactivated,

    I will do this menu white.

    Thank you a lot

    #2400508
    Leo
    Staff
    Customer Support

    The logo can be changed with this filter:
    https://docs.generatepress.com/article/generate_logo/

    And the is_page() conditional tag:
    https://codex.wordpress.org/Conditional_Tags#A_PAGE_Page

    I will do this menu white.

    Are you referring to the entire header or just menu items?

    #2400521
    FunkyCss

    Hi Leo, thanks for the info

    the menu header needs to be white from blue

    #2400633
    Leo
    Staff
    Customer Support

    Try something like this:

    body.page-id-266 .site-header, 
    body.page-id-266 .main-navigation .main-nav ul li a,
    body.page-id-266 .main-navigation .menu-bar-items {
        background-color: #fff;
        color: #000;
    }
    #2408065
    FunkyCss

    Hallo this seems to work, can I ask how I can change the logo on mobile too?

    This filter seems to work for pc only

    #2408661
    Ying
    Staff
    Customer Support

    I can’t see your site so I guess you are using a mobile header?

    If so, the logo in mobile header can use this filter:
    https://docs.generatepress.com/article/generate_mobile_header_logo_output/

    #2408778
    FunkyCss

    Hallo,

    I am not using mobile header

    I have opened the website

    #2408880
    Ying
    Staff
    Customer Support

    Then the snippet should work for mobile as well.

    #2408888
    FunkyCss

    But it does not work on mobile

    #2409000
    Ying
    Staff
    Customer Support

    Can you link me to a page where supposed to have a different logo?

    #2409001
    FunkyCss

    Hi, take a look here https://find-the-missing-piece.com/healthcare-professionals/

    Sticky works great, but the main menu has wrong logo

    #2409029
    Ying
    Staff
    Customer Support

    The desktop and mobile logos are the same, I thought you said only the mobile logo doesn’t work? I’m confused.
    desktop: https://www.screencast.com/t/Q1xwUzvymMg4
    mobile: https://www.screencast.com/t/MWtAQiwypZI9

    #2416849
    FunkyCss

    Hi there,

    I am so sorry, But I meant for the sticky logo!

    This seems to work perfectly fine but sticky does not change

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.