Logo Between Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16890
    daruetsch
    Member

    Hi Template-Creators

    I’ve got a situation with your template. I’m trying to get our group logo between the primary menu (check attachment). Long story short: Is it possible to make a split menu? If yes, how? 😀

    Thanks for your response!

    Greetings
    Samy

    #16900
    Veena
    Moderator

    You can achieve this with the help of plugin. Can you pls try this – https://wordpress.org/plugins/menu-image/screenshots/

    #17008
    daruetsch
    Member

    It works great! but how can i disable the picture in the mobile menu? and show a mobile logo?

    http://www.freestyle-uri.ch

    #17015
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    li#menu-item-5835 {
        display: none;
    }}
    

    And pls add a normal sitelogo through Themeoptions- sitelogo and with the help of custom CSS we can display that only for mobiles .

    #17017
    daruetsch
    Member

    now i add a site logo, how can i display it on a mobile sreen?

    #17019
    Veena
    Moderator

    After adding the site logo(Themeoptions – sitelogo) You can try the below custom CSS –

    @media only screen and (max-width: 767px){
    #site-logo{
       display: block !important;
    }}
    #site-logo{
       display: none;
    }
    #header.sticky #site-logo {
        display: none !important;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.