Unable to set text size when using links.
Hello,
I'm using the "visual editor" item. Just need to create a single sentence in size H3 that says "download here if you have trouble viewing this". The word "here" is a link to a PDF. But when I define that entire sentence as H3, when viewing it after publishing the page, the word "here" is not H3, but Paragraph. Everything else is H3.
What am I doing wrong? Should I be using a different item?
Here is the exact line:
<h3 style="text-align: center;">Download a copy <a href="xxx.pdf" target="_blank" rel="noopener noreferrer">here</a> if you have trouble viewing it
below.</h3>
*update* I used "visual composer" instead of "muffin builder" and it's doing the same thing.
Thank you!
-Tim
Comments
this seems to be ok, please send a link to this page.
thanks
<a style="font-size: 32px;line-height: 34px;font-weight: 400;letter-spacing: 0px;color:#444;"
This is normal, you just have to change the style of the <a> element
thanks