Jump to content

Default font size to database


Owdy

Recommended Posts

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. 

Link to comment
Share on other sites

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;
}

 

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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