• Resolved sailingspider

    (@sailingspider)


    Hi,
    I’m trying to change the Font of the Title on Ocean Mist theme. Any idea of how to do it? I’ve tried changing the H1 tag and thought I’d changed the Title tag but nothing.

    Many thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter sailingspider

    (@sailingspider)

    Sorry. here’s a link https://www.alsboden.co.uk/solentchronicle/

    Cheers,

    Chip Bennett

    (@chipbennett)

    Need a link to the relevant Theme, in order to give a specific answer.

    Chip Bennett

    (@chipbennett)

    I would highly recommend using Firefox Firebug, or Chrome Developer Tools, as either one is indispensably useful for determining what style definitions are being applied to a given element.

    In this case, your font is defined in your style.css as follows:

    .post h1 {
         font: normal normal normal 2em/normal Helvetica, Arial, sans-serif;
    }

    Thread Starter sailingspider

    (@sailingspider)

    Cheers,
    Sorted now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing Title Font in Ocean Mist’ is closed to new replies.