Topic Resolution: Resolved
  • Closed
  • Kurt O. Wörl
    Spectator
    September 21, 2015 at 10:02 pm #20813

    Hello,

    I use a WordPress page as frontpage (https://www.dwlf.org/). The headline of the Frontpage is smaller as the headline of other pages an posts. Why?

    How can I fix this? In theme options “typography” is’nt an option for the frontpage-headline.

    Thanx for help.

    KW-Webmaster

    Denzel Chia
    Moderator
    Posts: 2656
    September 22, 2015 at 9:40 am #20833

    Hi,

    Sorry, can you please give me a screenshot and annotation of the “headline” that you are referring to? This will help me understand the element that you need to increase it’s font. We should be able to use custom css to do it.

    Thanks!

    Kurt O. Wörl
    Spectator
    Posts: 9
    September 22, 2015 at 11:49 am #20841

    Hi,

    yes, but I can’t find the attachment-function here. But look at the following pages for headline-size:

    Die einen spenden und sammeln,damit andere vor Ort helfen können


    (a page as frontpage = wrong small font-size)

    https://www.dwlf.org/die-stiftung-in-kuerze/
    (an other page = correct font-size)

    If I change an other page as frontpage, the same effect, headline will be smaller.

    Thanx for help.

    Kurt

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2015 at 10:28 am #20854

    Hi,

    Please use the following code in your Theme Options -> Custom CSS

    .home .entry-title {
    font-size: 24px !important;
    }

    Screenshot http://prntscr.com/8jhcl4

    Thanks!
    Denzel

    Kurt O. Wörl
    Spectator
    Posts: 9
    September 23, 2015 at 5:54 pm #20860

    Hi,

    it works, Thanks for helping!

    Kurt