I don't manage to customize header fonts

lucaremotti / 2013-01-28 19:43:02   

I have worked in the style.css to customize fonts, but do not manage to change header fonts and menu name fonts.
I have placed the fonts I want in the font-family and tried to change size in h1; h2; h3; h4.
But nothing happens to the appearance of the links.
how can I do?
Thanks,
Luca
insideimages.eu

Vaska A / 2013-01-28 19:51:16   

Are you sure? Have you tried doing Shift + browser refresh (at the same time)? Because, I'm seeing varieity in your headings. Try that first... ;)

lucaremotti / 2013-01-28 21:55:26   

I have tried to refresh the browser, but nothing happens.
I have changed

h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }

to

h1 { font-size: 60px; margin-bottom: 1em; font-weight: bold; }

any idea?

Thanks,

L.

lucaremotti / 2013-01-28 21:56:02   

PS: nothing has happened

arsondpi / 2013-01-28 22:22:44   

yes but where in your document are you using an h1 tag?

In your pre-nav area I only see

  1. <font style="font-family: Calibri, corbel, sans-serif; color: rgb(0, 0,
  2. 255)"; size="+1">

which is obsolete (and wrong).
use css:

  1. h1 { font-size: 60px; margin-bottom: 1em; font-weight: bold; font-family: Calibri, corbel, sans-serif; color: rgb(0, 0, 255); }

and in your pre-nav

  1. <h1>Heading goes here</h1>
lucaremotti / 2013-01-28 22:32:22   

thanks, I will do this.
But where in the style.css do I change the appearance of the menu links?

- photography (main)
- cities colour (sub)
- ...

thks,
L.

lemathieu A / 2013-01-29 07:50:12   

Hello Lucas,
change this in base.css : #index ul.section span.section_title, #index ul.section span.section_title a

lucaremotti / 2013-01-29 22:13:36   

It worked smoothly!
Thanks a lot!
L

This thread has been closed, thank you.