• Resolved nicolemilescomm

    (@nicolemilescomm)


    Hello,

    I am trying to update the title and form text that appears on my homepage with this plugin. For whatever reason, it is not accepting my css code, and looking at the source code, the title of the Mailchimp form takes an <h5> heading instead of my default style. I’d like it to be an <h2>.

    What code can I use to change all the forms to this?

    Any help you can offer is greatly appreciated.

    Thanks,

    https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/

Viewing 1 replies (of 1 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Noclemilescomm,

    The widget title uses whatever is set for your active theme. You’ll see in the following code that no heading tags are specified.

    echo $args['before_title'] . $title . $args['after_title'];

    Are you sure that your theme is using h2’s for widget titles? Can you provide a link to your site?

    Thanks,
    Evan

Viewing 1 replies (of 1 total)
  • The topic ‘Change CSS for Widget’ is closed to new replies.