Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #61738
    kangrob
    Member

    Hi Sakin,

    I have got a question in regard to the mobile menu. When I open the browser on the mobile device the menu icon upon clicking doesnt open the menu. I wonder what is the cause of this? Also if you could tell me how to change the background of a mobile menu and the size of the icon (the hamburger). The website: howtowit.com

    Thank you in advance.

    Rob

    #61791
    Sakin
    Keymaster

    @kangrob: When I check in you site, mobile menu touch is working fine. Make sure that you are not doing force touch which will just highlight it. So just do like quick touch.

    You can adjust the background color and font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .site .genericon.genericon-menu {
        background-color: #fff;
        font-size: 30px;
        height: 30px;
        width: 30px;
    }
    #61832
    kangrob
    Member

    Thank you for your response Sakin. Seems like others can see it too, yet I cannot. Disregarding that issue how can I change the color of the hamburger icon upon selecting? Also how to move the fixed header menu categories into the center of the page rather them being on the right side?

    Thank you,
    Rob

    #61833
    Sakin
    Keymaster

    @kangrob:
    1. To change hamburger icon upon selecting, you can change the color code as per your need and then add it in “Appearance => Theme Options => Custom CSS” box

    .site.sidr-open .genericon.genericon-menu {
        background-color: #fff;
        color: #000;
    }

    2. To center fixed header menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box

    .has-header-top.menu-logo #access-top {
        float: none;
    }
    #61846
    kangrob
    Member

    Dear Sakin,
    Thank you for your help so far,
    Unfortunately, after I have implemented your given suggestions I have not noticed any improvement. Do you have any other way on how I can go about solving this dilemma? Also do you know a possible way to place a title into a custom header without actually editing the header image and putting the text manually?

    Very much appreciate your help,
    Thank you,
    Rob

    #61951
    Sakin
    Keymaster

    @kangrob: Sorry I don’t get it what you mean. What improvement are you talking about. There is no option to add title in Custom header, You can add site title from “Appearance => Header”

    #62339
    kangrob
    Member

    Hi Sakin,

    1. I want to place the title of each post automatically inside of a header image without editing it. Is it possible?
    2. I would like to make the fixed header to be transparent over the images of the slider. To be more precise I want to make the menu transparent on the slider so that it doesnt cover up the white space on the top. How can I do that?

    Rob

    #62363
    kangrob
    Member

    I have already solved the second question.

    #62714
    Sakin
    Keymaster

    @kangrob: Soryy, there is no option to add in title of each post automatically inside of a header image without editing it. You need to do advance customization by building child theme.

    #79379
    tomoyoma
    Member

    I hope this is the right thread for the problem I’m having.
    The other day, suddenly the “hamburger menu (three line icon)” appeared at the left side just below the secondary menu. I searched quite a bit to get rid of it but no luck. could you please help me get rid of it?
    the site is: http://canofgoodgoodies.com

    thank you in advance.

    #79382
    Sakin
    Keymaster

    @tomoyoma: There is problem with your child theme. I don’t see any parent theme css. So, can you correct your child theme in reference with http://catchthemes.com/blog/create-child-theme-wordpress/ and then your menu will work fine.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Mobile menu Is not working properly’ is closed to new replies.