Viewing 9 replies - 1 through 9 (of 9 total)
  • Go to the style.css file.

    Find line 280:

    font: 12px/16px 'Open Sans', arial, helvetica, sans-serif;

    And change it into this:

    font: 12px/16px /*'Open Sans', arial, helvetica, sans-serif*/;

    (So these values turn into css comments and are ignored by browsers.)

    Or delete:

    'Open Sans', arial, helvetica, sans-serif

    (Don’t delete the semicolon!)

    Thread Starter aradhanaanand

    (@aradhanaanand)

    Thank you! I guess I can do the same to change the font of the main menu I set?

    Where is the “main menu”, isn’t that the header menu?

    Thread Starter aradhanaanand

    (@aradhanaanand)

    I thought it was when I first asked for help, however, the font hasn’t changed. So I then assumed it was not the header menu and possibly the main menu.
    I’m new to this, but have managed to config my site so far – this is the only thing I cannot seem to change.

    Header Menu or Main Menu – what you suggested above basis the header menu doesn’t work (font seems to be a default font). Is there something else I can do? If you are familiar with the Creativo theme, when you view my site – is this the header menu or main menu? I’ve config a menu to include the “contact” page and “about” page – fyg.

    Thanks!

    I don’t understand what you mean, when I visit your site there’s only one menu (in the black bar) which now is changed to the “Special Elite” font. And that’s what you’ve asked for, change the font of the menu to the font of all the content your website is using.

    Thread Starter aradhanaanand

    (@aradhanaanand)

    Yes, that is the menu (sorry – I was/am confused as to whether this menu is the header menu or main menu)
    Thats weird – when I refresh my site’s page I don’t see the change in the font of the menu. Maybe I should just re-start – it seems like it worked. Thank you again!

    Clear the cache of your browser.

    Go to the style.css file.
    Find line 280:
    font: 12px/16px ‘Open Sans’, arial, helvetica, sans-serif;
    And change it into this:
    font: 12px/16px /*’Open Sans’, arial, helvetica, sans-serif*/;
    Or delete:
    ‘Open Sans’, arial, helvetica, sans-serif

    [ Signature moderated. Could you stop doing that now? ]

    Thread Starter aradhanaanand

    (@aradhanaanand)

    Thank you! Its done.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Header menu’ is closed to new replies.