• Resolved dashr17

    (@dashr17)


    Hi,
    I’m trying to change the font of the top menu navigation of ouishi.com to be the same as my custom body font. Does anyone know what i can put in the custom css to make this happen?
    I’m using the Simplemag theme…
    Many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    When I try to view your page (ouishi.com) I see the following. Please make your site publicly visible.

    2014 Copyright. All Rights Reserved. 
    
    The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).
    
    Privacy Policy
    Thread Starter dashr17

    (@dashr17)

    @sterndata – is that still the case? https://www.ouishi.com

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    OK, I see the site now.

    To change the font of the menu items,

    .menu-item a {
      font-family: l-circular;
    }

    To add CSS: If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter dashr17

    (@dashr17)

    @sterndata – brilliant, thanks so much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the font of top menu only (to custom font)’ is closed to new replies.