🐞 fix: Adjust font weight
This commit is contained in:
@@ -59,7 +59,7 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ( ! empty( $content ) ) : ?>
|
<?php if ( ! empty( $content ) ) : ?>
|
||||||
<div><?php echo wp_kses_post( $content ); ?></div>
|
<div class="font-light"><?php echo wp_kses_post( $content ); ?></div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ( ! empty( $ctas ) ) : ?>
|
<?php if ( ! empty( $ctas ) ) : ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user