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 :)
.wishlist { border:2px solid ; }
Or if all you want to change is the thickness of the border.
.wishlist { border-width:2px; }