Topic: Need Help with CSS
Help...I'm really new at this! Can someone pleasssse tell me how to change the color of the "post reply" link.
in my css.
Thanks
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Need Help with CSS
Help...I'm really new at this! Can someone pleasssse tell me how to change the color of the "post reply" link.
in my css.
Thanks
The markup around it is this:
<div class="inbox">
<p class="postlink conr"><a href="post.php?tid=6394">Post reply</a></p>
So you can style the link with this:
.inbox .postlink a { color: #543; }
Thank you for the help!
PunBB Forums → PunBB 1.2 troubleshooting → Need Help with CSS
Powered by PunBB, supported by Informer Technologies, Inc.