Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1113568

    Hallo,

    gibt es eine Möglichkeit die Überschriften im Footer von h3 auf h4 zu ändern?
    Vielen Dank im Voraus!

    LG
    Jens

    #1113794

    Hallo Jens,

    Do you mean that you want to change the font size or the actual markup? I would recommend that you simply change the size using CSS like this:

    #footer h3.widgettitle {
      font-size:16px;
    }

    LG,
    Rikard

    #1113890

    Hi Rikard,
    das Problem ist nicht die Schriftgröße an sich, die ist perfekt.
    Es geht uns nur um die Semantik. Wir wollen alle h3s im Footer zu h4s machen.

    LG
    Jens

    #1114091

    Hi Jens,

    Please have a look at the solution posted here
    https://kriesi.at/support/topic/widget-title-2/

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.