header bar logo is huge & sub menu font

Home Forums Pro Support header bar logo is huge & sub menu font

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #68828
    Jonathan ChandlerAnonymous

    The header bar image is huge on my site: both desktop and mobile. I’ve tried entering some of the custom css from other posts, but can’t get anything to work. Maybe I’m putting the code in the wrong place? or maybe I have the wrong code altogether. Thanks for any help

    Also, any way to set the sub menu font as something different from the main menu items? Thanks!

    #68833
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Jonathan,

    Can you please share the code you have tried and where you have put it.

    You should just need to put the below in the Custom CSS option in the plugin:

    #responsive-menu-pro-header #responsive-menu-pro-header-bar-logo.responsive-menu-pro-header-bar-item {
       height: 50px;
    }

    In regards the sub-menu font, you can do that with the below Custom CSS:

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-1 a.responsive-menu-pro-item-link {
       font-family: Arial;
    }

    All the best

    Peter

    #68832
    Jonathan ChandlerAnonymous

    I was using this code:

    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
    max-width: 100%;
    }

    I was putting it under the advanced, custom css section.

    The code to change the font in the submenu worked perfectly. Still no luck with the large logo image. Put that first code in the same place and no luck.

    #68831
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Jonathan,

    Try the below instead in that case

    #responsive-menu-pro-header #responsive-menu-pro-header-bar-logo.responsive-menu-pro-header-bar-item img {
       height: 50px;
    }

    Your CSS wouldn’t work because you are targetting the title, but the title is not an image.

    All the best

    Peter

    #68830
    Jonathan ChandlerAnonymous

    Perfect. Thanks for the help. Best menu plugin I’ve ever used.

    #68829
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Jonathan,

    No problem and I’m glad you are enjoying using the plugin 🙂

    All the best

    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘header bar logo is huge & sub menu font’ is closed to new replies.