Topic Resolution: Resolved
  • Closed
  • Harald Röh
    Spectator
    December 1, 2015 at 2:34 am #22601

    Hi,

    with the new evolve+ release I cannot find the adjustments for the title and content font in the front page content boxes. Seems that they are missing in the options panel.

    Do I oversee this option or can you provide CSS definition to adjust it.
    See my test website for the evolve+ upgrade http://testclub.r-fotos.de/.
    Could you provide the code to adjust the fonts in the content box (here is only one) like the current setting for the listed posts (title + content) on the front page?

    Thanks and best regards,
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    December 1, 2015 at 7:42 am #22613

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home-content-boxes h2 {
    font-size: 20px !important;
    }
    .home-content-boxes p {
    font-size: 12px !important;
    }

    Change the 20px and 12px to your required size.

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    December 1, 2015 at 1:22 pm #22623

    Thanks, that is what I am looking for.