diff --git a/frontend/src/components/UiElements/elements/DescriptionElement.tsx b/frontend/src/components/UiElements/elements/DescriptionElement.tsx index e3c9813..2d06ae1 100644 --- a/frontend/src/components/UiElements/elements/DescriptionElement.tsx +++ b/frontend/src/components/UiElements/elements/DescriptionElement.tsx @@ -64,14 +64,17 @@ const DescriptionElement: React.FC = ({ // Without icon: render styled text description // Background color is controlled via CSS Styles tab (backgroundColor property) + // fontWeight from CSS Styles tab is applied to both title and text + const fontWeight = element.fontWeight || 'bold'; + return (

@@ -82,6 +85,7 @@ const DescriptionElement: React.FC = ({ style={{ fontSize: element.descriptionTextFontSize || '16px', color: element.descriptionTextColor || '#ffffff', + fontWeight, ...textFontStyle, }} >