Forums / Setup & design / Change font size of {$node.data_map.description.content.output.output_text}

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Change font size of {$node.data_map.description.content.output.output_text}

Author Message

Maarten Holland

Wednesday 18 February 2004 1:22:07 am

Hello,

When I use {$node.data_map.description.content.output.output_text} to show the contents of an XML-textfield from my article, I get a really small font size, regardless my <DIV> or <SPAN>.

Is there a specific template/view I have to adjust to get it to follow the font size I've used in my DIV or SPAN?

Thank you in advance,

Maarten

Paul Forsyth

Wednesday 18 February 2004 3:36:26 am

Can you look at the generated source and print the relevant parts here? It should show just what css is being applied to your text.

Paul

Maarten Holland

Wednesday 18 February 2004 4:54:16 am

Thank you! *ashamed* I had not looked at my source yet. When I viewed it, I saw that eZ placed <P>-tags around my text. The core CSS had

p
/* This is the "regular" font size. */
{
font-size: 80%;
}

in it. I've changed it to 100% and all my problems are solved. If only all things were this simple... :-)