How to change Homepage Widget Heading tag

Hello Sir,
I have a little query:
How to change Homepage widget heading tag to H3 tag.
Basically I am using H3 tag in Homepage.
Now I am inserting to add menu items in homepage widget 1, but due to the heading tags are not similar it look awkward.

kindly do something needful.
Thanks for your input in advance.

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*change h3 to look like widget title*/
h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #636467;
}

Best regards,
Support.

Thank you so much.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support