Jump to content

Default font size to database


Owdy

Recommended Posts

Posted

That doesn’t sound right. Why would you want to interfere with the settings?

If you want your articles bigger, you would style the articles on a theme level, not force font-height styling into each and every article. 

If you want just a part of the article bigger, you can also do that via CSS (e.g. “just the first paragraph”) or you would create a separate “teaser field” just for that text. 

Posted
1 minute ago, opentype said:

, you would style the articles on a theme level,

This. How do i set article font size to 16?

Posted
5 hours ago, ehren. said:

#elCmsPageWrap article .ipsType_normal{ font-size: 16px; }

 

Weird, that doesnt change font size, but raise the line spacing

1.PNG

 

edit:

fixed, thanks!

 


#elCmsPageWrap article .ipsType_normal
{
 font-size: 16px; 
 line-height: 1,5;
}

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...