2020-12-31, 12:28 AM
Hi Community MyBB.
I want to customize
How can do the
My code on global.css
My Display .post_body a:link
![[Image: tex-decoration.png]](https://camo.mybb.com/469dffd62046469abd3055254f2a8a59f80e6fad/68747470733a2f2f692e6962622e636f2f3662463864534d2f7465782d6465636f726174696f6e2e706e67)
Thanks in advance for the support
I want to customize
.post_body a:link
to change the font color of links in postbit, hover, the code: text-decoration-style: dotted;
it does not work 
How can do the
text-decoration-style: dotted
to display in .post_body
Any help or suggestion its welcomeMy code on global.css
.post_body a:link {
color: #d5a208;
text-decoration-style: dotted;
}
My Display .post_body a:link

Thanks in advance for the support
