• Theme: Colormag
    • Element: Default font sizes

      Issue: Default paragraph text is 15px, other standard elements are 16px.

      Suspected cause:
      Line 130 sets textarea elements to 16px
      Line 189 sets the font size of p elements to 15px.

      I know I can override the CSS in the theme. But thought I’d highlight this inconsistency in the released theme so that out of the box it doesn’t have this quirk that subtly changed the appearance of my site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @martinrowan

    We will have a look on this within the theme update. If that is meant to be within the same size then, it will not be altered else it might get changed. So, maybe you can fix that via CSS code addition on Additional CSS box provided via the Customizer Options?

    Thanks.

    Thread Starter martinrowan

    (@martinrowan)

    I have worked around the issue with a small css change. It was more making you aware that there was this subtle problem with the theme and could investigate making it consistent, either at 15px or 16px.

    p {
    	font-size: 16px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Default font sizes subtly inconsistent’ is closed to new replies.