Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #62355
    Michael
    Participant

    Hey, this is a great theme!

    I don’t want to remove the top menu totally. I just want it always minimized as it is in the mobile version of the site? Also is there an easy way to place the Featured Content Header above the Featured Image? Thanks

    http://michaeltoney.net/obgynmaryland/

    #62444
    Sakin
    Keymaster

    @Michael: Ok then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-right .widget_nav_menu { display: none; }
    #header-mobile-menu { display: block; }
    #62475
    Michael
    Participant

    Thanks @Sakin! 2 more questions.

    How do I change the color for the bar when I click the new desktop menu icon? Right now it’s green.

    And, is there a way to place the featured content title above the featured content image? E.g. Our Services right above the girl in green? Thanks again!

    #62501
    Michael
    Participant

    Ok scratch what I said above about featured content title, I found a better solution.

    Can you let me know how to change the mobile menu icon and bar from green on desktop?

    #62718
    Sakin
    Keymaster

    @Michael: To change the mobile menu icon hover color, you can adjust the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    .mobile-menu-bar:hover { color: #7c9b30; }

    #64303
    Michael
    Participant

    Thanks again Sakin! I’m still trying to clean up the new desktop menu.

    http://michaeltoney.net/obgynmaryland/

    !) When you click the icon there’s a green bar that I’m trying to recolor to purple.
    2) I want the new menu to take up less space on the page. It can be justified to either the left or right.

    Here’s an example of what I’m trying to accomplish. http://gazette.com/

    #65026
    Sakin
    Keymaster

    @Michael: I see that you have already done it.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile Version of Desktop top header menu’ is closed to new replies.