Support » Allgemeine Fragen » Theme Twenty Thirteen Change Font Category Description

  • Gelöst jakobmitk

    (@jakobmitk)


    Hello all,

    I am looking for a way to change the font of the category description. Right now I am using styles for twenty thirteen and it works well for the category title but there is no option to change the font of the descriotion. Here my webpage as example: http://www.motorradteile-test.de/hempflege
    There you can see the category title is already in font „Oswald“ but the description is still in „Source Sans Pro“.

    If not possible via plugin can someone tell me how to change it with css?

Ansicht von 2 Antworten - 1 bis 2 (von insgesamt 2)
  • Hi,

    let’s talk in German here. 😉

    Für mich sieht das so aus, als wenn Du im CSS nur die Selektoren anpassen musst:

    h1.archive-title, .archive-meta p {
        font-family: Oswald;
    }

    Cheers,
    Dennis.

    Thread-Starter jakobmitk

    (@jakobmitk)

    Hi Dennis, klasse das funktioniert einwandfrei!

    Thanks 🙂

Ansicht von 2 Antworten - 1 bis 2 (von insgesamt 2)
  • Das Thema „Theme Twenty Thirteen Change Font Category Description“ ist für neue Antworten geschlossen.