Topic Resolution: Resolved
  • Closed
  • Pako Moritz
    Spectator
    April 19, 2016 at 11:59 pm #26757

    Hi, with 2.6.0. The Content Text Size will be ignored. Color and Text type is working but you are able to set any size, it will stay very tiny…

    Pako Moritz
    Spectator
    Posts: 40
    April 20, 2016 at 12:36 am #26761

    Size is only ignored on main page. in blog posts itself, there is all fine.

    Denzel Chia
    Moderator
    Posts: 2656
    April 20, 2016 at 4:45 am #26788

    Hi,

    Thank you for reporting this bug.
    I will write the steps to replicate here, so that my employer can understand the issue.

    1) Go to Settings -> Reading
    Set -> Front page displays to Your latest posts

    2) Go to Theme Options -> Typography -> Post title and content -> Content font
    make changes to font size

    It does not work.

    I will inform my employer now.

    At the moment, Please use the following fix.

    .home .entry-content p {
    font-size: 20px !important;
    line-height: 1.5em !important;
    }

    You can change the size and line height as required.

    Thank you.

    Pako Moritz
    Spectator
    Posts: 40
    April 20, 2016 at 12:10 pm #26796

    Hi, the css is working fine. Thanks for your fast reply. Good job.

    Denzel Chia
    Moderator
    Posts: 2656
    April 21, 2016 at 1:58 am #26815

    You are welcome.

    Pako Moritz
    Spectator
    Posts: 40
    April 21, 2016 at 2:36 am #26822

    Awww. Is there a way to get this working for searched items too? If you search something the result page is written in tiny letters too.

    Denzel Chia
    Moderator
    Posts: 2656
    April 21, 2016 at 4:23 am #26827

    Hi,

    Please use the following.

    .search .entry-content p {
    font-size: 20px !important;
    line-height: 1.5em !important;
    }

    For archive pages use the following.

    .archive .entry-content p {
    font-size: 20px !important;
    line-height: 1.5em !important;
    }

    Thank you.

    Pako Moritz
    Spectator
    Posts: 40
    April 21, 2016 at 4:32 am #26830

    Perfect. Thank you… 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    April 21, 2016 at 4:32 am #26831

    You are welcome!