• Resolved padhs2k

    (@padhs2k)


    Hi Ben,
    Can you let me know how I can change my font color and font style for the secondary menu(that’s on top of the home page)?
    The current color and font seems to merge with the background..

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    This will just take a little bit of CSS.

    You can download an empty child theme for Tracks to put your style changes in here.

    In the child theme’s style.css, adding the following CSS will help you change the secondary menu’s font color:

    #menu-secondary-items a,
    #menu-secondary-items a:link,
    #menu-secondary-items a:visited {
      color: #8c8c8c;
    }

    You can change the color value to anything you want there.

    Lastly, you’ll just need to activate your child theme. Follow these steps to activate it:

    1. Visit your site’s dashboard
    2. Go to the Appearance menu
    3. Click on the “Add New” button at the top of the page
    4. Click on the “Upload Theme” button at the top of the page
    5. Click on the “Choose File” button
    6. Select the tracks-child.zip file you downloaded from the link above
    7. Click the blue “activate” link

    Once the child theme is active, your links will be updated with their new color ??

    Thread Starter padhs2k

    (@padhs2k)

    umm. really sorry, but for some reason when I upload the new theme, the secondary menu completely disappears ?? Can’t figure out what’s going on..Any idea?

    Theme Author Ben Sibley

    (@bensibley)

    Sorry about that! I should have mentioned that the child theme may reset your menu locations.

    You haven’t lost any data. When you activate the child theme, visit your Menus page and reselect the menu you want displayed in the Secondary menu location. Then it should be right back on your site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change Secondary menu's font and font color’ is closed to new replies.