• Hi people,

    I love the MagBasic theme apart from the font type used in the header.

    How do I change just that font type please. i.e. I don’t want to change the font anywhere else.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Send a link to the site so we can see the code.

    Ultimately it will be a CSS change based on the classes of the header.

    Thread Starter datamonkey

    (@datamonkey)

    I can’t find any font CSS specification in that theme, so it looks like it’s currently just using whatever default font you have configured within your own web browser. To define a specific font for the header text, edit style.css and add something like `font-family:Tahoma,Arial,Helvetica,sans-serif;’ to:

    #header {
    background:#FFFFFF none repeat scroll 0 0;
    float:left;
    width:100%;
    }

    Substitute your own font names as appropriate remembering to:
    – enclose any font names that contain spaces inside quotation marks (e.g. ‘Times New Roman’)
    – separate font names with commas
    – end with a generic font family (e.g. serif, sans-serif etc)

    Thread Starter datamonkey

    (@datamonkey)

    Ok I will give it a go, many thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Header Font Type In Mag-Basic’ is closed to new replies.