Tagged: 

Viewing 20 posts - 1 through 20 (of 24 total)
  • Author
    Posts
  • #288971
    Bobby Caughron
    Participant

    I have looked for the code but haven’t found what I need so far. Can you help?
    my site is http://www.dinapolistudios.com

    I want the mobile menu to look just like the webpage menu.

    Thanks!

    #289025
    Skandha
    Participant

    @fantastech: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-toggle {
        color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300321
    cm75
    Participant

    Hello Skandha,

     

    this is something I want to do for quite some time but it doesn’t seem to work on mine :/

     

    Any idea?

    my website : https://cyrilmouty.com

    (I pasted the code as written)

    Thanks!

    #300358
    Skandha
    Participant

    @cm75: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-toggle-wrapper {
    background-color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300364
    cm75
    Participant

    Not sure why but it’s still black :/

    #300365
    cm75
    Participant

    FYI, I don’t have the pro version. Could it be the problem?

    #300366
    Skandha
    Participant

    @cm75: Hello there,

    Can you please try adding the following CSS Code as well?

    .menu-toggle {
    color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300367
    cm75
    Participant

    Nothing happens.

    If you have an email I can send you a screen shot

     

    #300368
    Skandha
    Participant

    @cm75: Hello there,

    I checked your site and the code seems to have worked out.

    Can you please elaborate what changes you would like to make to your menu?

    Kind Regards,
    Skandha

    #300369
    cm75
    Participant

    I want the “menu” part with “home” – “gallery” – “photoshoot” etc on the home page to be white background with black font.

    Also if I can change the font style? (I will get the pro version, maybe I’ll have these options in a simpler way, I just want to make sure I can get what I really want 🙂 )

     

    (Also, if you can tell me if there is a way to have the menu on top of the “plane” image on the homepage?

     

    Thank you so much for your help by the way!

    #300370
    Skandha
    Participant

    @cm75: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead, .main-navigation ul ul {
    background-color: #fff;
    }
    #site-navigation a {
    color: #000;
    }
    .site-branding {
    display: none;
    }

    The Font Family Option is available in the pro version if you decide to upgrade to pro.

    To have the Menu on top of the Header Image you will need to create a child theme and do a little bit of  customization. Let me know if you are familiar with child theme customization so that I can help you out!

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300371
    cm75
    Participant

    It worked! thanks a lot!

     

    I’ll change the front with the pro version then.

    I’m not familiar with the child theme :/

    #300387
    cm75
    Participant

    Hey really sorry to disturb you.

    I have another “bug” that I can’t explain.

    I had photo galleries that I managed to set on full Width from left to right of the entire screen on the home page. I had to download a new plugin to display the gallery the way I really wanted it. I manage to still get the full width.

     

    I had to upgrade to the pro version of that plugin (Robo Gallery) and since I upgraded, the full width doesn’t work any more 😉

    Any idea?

     

    thanks a lot for all the help you might give me

     

    #300430
    Skandha
    Participant

    @cm75: Hello there,

    I checked your site and the gallery on your homepage seems to be full width. Are you referring to that gallery?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300434
    cm75
    Participant

    yes it’s the one I’m talking about.

     

    I still have 2 white parts on each side which I managed not to have before I updated to the pro version. (Do you have them too??? I erased the cache and cookies of my browser to be sure)

    Thank you for your help!!

    Cyril

    #300437
    Skandha
    Participant

    @cm75: Hello Cyril,

    Please try contacting the plugin support regarding the issue as this looks like a plugin issue.

    Let me know if you have any plugin related issues.
    Kind Regards,
    Skandha

    #300593
    cm75
    Participant

    Hey Skandha,

     

    Haven’t heard of the plug-in support yet but will follow up on it.

    Can you also tell me on my home page how to “select” or have the color change of the font of the menu when you go on it with your clicker? it remains black at al time.

     

    Thanks again!

    #300621
    Skandha
    Participant

    @cm75: Hello Cyril,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-navigation a:hover {
    color: #f23456;
    }

    You can change the color according to your choice.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300647
    cm75
    Participant

    It worked! 🙂

    so helpful and nice of you!!

     

    Thanks a lot again!

    #300678
    Skandha
    Participant

    @cm75: Hello Cyril, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

     

Viewing 20 posts - 1 through 20 (of 24 total)
  • The topic ‘I wish to set my mobile menu background to white with black text’ is closed to new replies.