• Resolved algirdas

    (@algirdas)


    I’d like to change the colors of the mobile navigation menu to be like the Twitter Bootstrap style button you’ve included as part of the tiny-forge CSS. I see that it’s in the section “/* From Expound css/expound.css */” but I’m not clear on what to change / how to do it. Any tips?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    Look for the CSS rules ‘background’ and ‘color’ in that section. Also check this out:

    https://www.w3schools.com/cssref/css_colors.asp

    Hello. How would one change the colors if using a child’s theme? Also is it possible to move the nav menu on mobil to above the logo?

    Thank you and beautiful theme!

    Copy whole “Mobile menu” CSS part from Tiny Forge and apply changes. Overall I don’t recommend to mess a lot with mobile menu, unless you rename Parent theme, because future updates might introduce some changes. I consider mobile menu more or less out of the box element.

    Most likely you would have to move:

    <h1 class="menu-toggle"><?php _e( 'Menu', 'tinyforge' ); ?></h1>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change colors of mobile menu’ is closed to new replies.