Replies

Oct 25, 2014 11 years ago
For forks sake,
Thelma
User Avatar

So, I recently learned how to change the color of the border on wishlist items, what I'd like to know is: Is there a way to make the border bolder or thicker? My mom has very poor eyesight and can barely see that blue border around wishlist items.

Also, is there a way to change the color of links, like in the a news post. For example: On the news page this sentence was posted "Meet me at Skelly Manor as soon as possible" On the news page the "Skelly Manor" is a link that takes you to the manor, is there a way to make the link a different color or bold the link?

I'd appreciate it if someone could help me with this :)

Lufifor life

Oct 25, 2014 11 years ago
Adventure Captain
sonata
User Avatar

.wishlist { border:2px solid ; }

Or if all you want to change is the thickness of the border.

.wishlist { border-width:2px; }

And here's some info on links

Art by
[tot=sonata]

Oct 25, 2014 11 years ago
For forks sake,
Thelma
User Avatar

Thank you so much that's exactly what I was looking for. So that's what the 2px is! I was wondering, but I didn't want to go fooling around with things I didn't know. Thank you again :)

Lufifor life

Oct 25, 2014 11 years ago
Adventure Captain
sonata
User Avatar

Yup. When it comes to borders the px amount is the width/thickness of it.

Happy to help. :)

Art by
[tot=sonata]

Please log in to reply to this topic.