• Resolved nichere

    (@nichere)


    I am having a really hard time changing the size of my titles in the mobile menu. i located the CSS but i cannot seem to change the font size.

    .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-501{

    }
    please someone help me.

    thank you

    This topic was modified 5 minutes ago by Steve Stern.
    The page I need help with: https://www.slimnics.com

    The page I need help with: [log in to see the link]

Viewing 5 replies - 16 through 20 (of 20 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, can you tell me what you want to do exactly? I will try to give you the right css code.

    I would like to change the font color for only the home page (where the client requested a full page background image) to white, while for the remainder of the site, the mobile menu remains the same color. I have managed to get the styling correct on a pc screen, thanks to template overrides, but am not sure where to locate the css coding for the mobile menu.

    Kind regards

    Theme Author oceanwp

    (@oceanwp)

    Hello, can you send me the site link and a screenshot of the area you want to change the color?

    https://impi.solutions/

    I am only wanting to change the color of the mobile menu on the home page. Will I need to install a separate mobile menu plugin to accomplish this?

    Thanks

    Theme Author oceanwp

    (@oceanwp)

    Hello, add this css code in the custom css section of the customizer:

    .oceanwp-mobile-menu-icon a, .oceanwp-mobile-menu-icon a:hover {
        color: #fff;
    }
Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘css the mobile menu’ is closed to new replies.