Log in

View Full Version : CSS: Hyperlinks in postbit template underlined


Triky
10-29-2011, 12:02 AM
I want my hyperlinks in my postbit_legacy template underlined. How can I do that?
Note that I have a custom style. Thanks in advance! :)

napy8gen
11-01-2011, 12:12 AM
go to style manager> style name> edit templates> css templates> additional.css>

paste this.

.postcontent a{text-decoration:underline;}