Forums

editing mumrik - font style & header title (4 posts)

  1. theredbird
    Member
    Posted 2 years ago #

    I am using the theme mumrik, and having issues with a few things.

    - removing the header title. I tried adding for the header to #header h1 { display:none } on the style sheet. just made the title show up way huge. I tried removing everything with header, and still it shows up.

    - font face - I wanted to change the font face. I went under style sheet, and replaced the first font name with one I would prefer. No change. I searched all the files for "Font" to see if it was listed elsewhere, and found none.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    make these changes in the style.css:
    #Header h1 {visibility:hidden}
    worked fine (note the capital H).

    body{
    	font-size:0.9em;
    	margin:0;
    	padding:0;
    	font-family: "Times New Roman",  "Myriad Pro", "Lucida Grande", "Tahoma", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
    
    }

    i tried it with "Times New Roman" as a test and it changed the font.

    two things to consider:
    - font names with more than one word need to be enclosed in "....."
    - you need to have the chosen font installed on your computer.
    have another go - good luck ;-)

  3. theredbird
    Member
    Posted 2 years ago #

    Thank you for the help with the title, worked like a charm.

    However I can't the font to work still. This is the code I have -

    `body{
    font-size:0.9em;
    margin:0;
    padding:0;
    font-family: "Century Gothic", "Trebuchet", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;

    }`

  4. alchymyth
    The Sweeper
    Posted 2 years ago #

    generally, the code is ok and should work.
    try to use a generic font like 'serif' , just to see if that makes a difference and to give you the confidence that you did everything right.
    obviously, 'century gothic' 'trebuchet' and 'arial' a very close in their appearance - so any change would be very marginal.

Topic Closed

This topic has been closed to new replies.

About this Topic