Changing font of the header in foundation theme

Support Area Forums Foundation Changing font of the header in foundation theme

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #5971
    Dale Eby
    Participant

    Hi Bill,

    Can you tell me please where I can change the font for the header in the foundation theme. I would perhaps like to use Arial as an example.

    Thank you

    #5988
    Bill Robbins
    Moderator

    Dale,

    You can change that. Just paste this into the box for “Custom CSS” on the styling tab of the theme options page:

    
    #text-logo h1 a, 
    #text-logo h1 a:visited, 
    #text-logo p a, 
    #text-logo p a:visited {
    	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    }
    

    Once you update your settings that should change the font of the site title to Arial.

    Let me know if you have any trouble,
    Bill

    #6073
    Dale Eby
    Participant

    Just back from a bit of break, sorry for the late reply. This worked perfectly. Thank you for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing font of the header in foundation theme’ is closed to new replies.