• Resolved Matt Pramschufer

    (@mattpramschufer)


    Is there a way to remove the bold/strong from the shortcode values? Currently we have a message body field which is hard on the eyes because it is bold. I do not see any typography options just font size in the settings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Matt Pramschufer

    (@mattpramschufer)

    Actually I see you have it hard coded in the render function

    $parent_styles = 'font-family: Arial,Helvetica,sans-serif;font-weight: 600;';

    I changed that to be

    $parent_styles = 'font-family: Arial,Helvetica,sans-serif;font-weight: normal;';

    but would be great if this was exposed.

    Plugin Author Elemailer

    (@elemailer)

    Hi,

    Thank you for the details. I have added it as a feature request so that this can be changed in future.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Bold from Values of Shortcode?’ is closed to new replies.