• Hi,

    I’m using your theme for a personal/resume website. I looked through tons of free and premium themes and this one is great. It’s very professional and clean looking. My only problem is with creating a custom menu and changing the fonts.

    When I create a custom menu under Appearances->Menu it’s changing the color of the menu to orange and all of the buttons are running into each other so it looks like ‘About MeResumePortfolioContact’. I like the look of the menu when the menu is default but then it changed my ‘About Me’ page to read ‘Home’, which I don’t want.

    The second thing is the font when I’m using the WP Resume plugin. I don’t know if this is an issue with the plugin or the theme, but I’d like to change the font on this. The fonts are fine for the rest of the site. If it helps my site is benpicton.com

    Thanks,

    Ben Picton

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having the same problem with the menu. From what I could see, the class and id of the divs and ul elements in the navigation menu changes when we create a custom menu which messes up the css of the primary menu set up by the developer.
    It would be a great help if the developer could fix the CSS issue so that we can create custom menus easily. The theme is great though! Love it.

    I don’t mean to spam, but I found a solution to the css issue of the navigation menu.

    @benpicton, if you could open the file header.php
    path:- wp-content/themes/mog/header.php and just edit line 38 to

    <?php wp_nav_menu( array( 'theme_location' => 'primary','container_class' => 'menu','menu_class' => 'primarymenu' ) ); ?>

    Your primary menu would look like before. Hope it helps.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’d need to first set up a Child Theme.
    Then copy header.php file from your theme and paste it into your Child Theme directory.

    You can then modify the header.php file from your Child Theme.

    Theme Author hdra

    (@hdra)

    Hi, there. Theme developer here. Sorry for the late reply. Didn’t even know this support forum even existed.

    Anyway, if you are still using the theme and having any problem, feel free to send me an email, hendra2392 at gmail for immediate help.

    I am planning to add better support for custom menu and plugins. Making it responsive is also on the table, but I can’t find time for working on them yet as I am busy dealing with exams, but I promise they are coming.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu and Font Help’ is closed to new replies.