Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1113316

    Hi, in my general styling the font size is set to 21px and that is the case on all the pages. But on blog posts, the font is 24px… Why is this happening and how can I fix this so that the font on blog posts would also be 21px.

    Thanks.

    #1113387

    Hey DROR,

    Can you disable caching and minification for now? So that we can see where exactly that rule is coming from.

    Best regards,
    Victoria

    #1113389

    Done. Thanks.

    #1113520

    Hi,

    Thanks for that. Please try the following CSS:

    .has-fs-21-px-font-size font font {
      font-size:21px !important;
    }

    Best regards,
    Rikard

    #1113585

    Hi, doesn’t seem like its working.

    #1113778

    Hi,

    Have you tried adding the code to the very top of quick css? Also be sure clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1113817

    Yes, no change.

    #1114049

    Hi,

    Try the following:

    .blog .has-fs-21-px-font-size font font {
      font-size:21px !important;
    }

    Best regards,
    Jordan Shannon

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