Aug
27
27
Changing the border colour on wishlist items is very simple – and handy! The class given to items that are on your wishlist is “.wishlist” and we can use that information to tweak what they look like.
To change the border colour on wishlist items, you can use this code in your Custom CSS:
.wishlist {
border: 1px solid #000000;
}
Have any questions or comments? Feel free to comment on this post!


@ 6:30 pm
Awesome stuff. Time for a green color border
@ 3:49 pm
it didn’t work for me
not sure if I put it in right or not oh well maybe you can show me how it needs to go in the CSS?
@ 8:21 pm
longtimer, the code needs to go in your Custom CSS.
http://www.subeta.net/preferences.php?act=customcss
In between style tags. Is that what you did?
@ 11:29 am
yes
.wishlist {
border: 1px solid #000000;
}
@ 11:55 am
longtimer, I’m not sure what to tell you. I even checked on other browsers and it works fine for me. Are you absolutely positive that you’re implementing it correctly and that it’s not working? Try changing the colour to red so you can tell if it changes.
@ 4:07 am
Thanks, I got it to work had to take out some of the other code I had in there
@ 1:14 pm
How do you add two codes together? Like this one and the one that makes the random things show up in the left hand corner? I put some * in so the code would show up.
*.wishlist {
border: 1px *solid #000*000;
}
{
border:2px solid red;
position:absol*ute !important;
left:5px !important;
top*:5px !important;
{div#forum*_wrapper a, div#forum_wrapper a:link,
div#forum_wrapper a:active, div#forum_wrapper a:visited, div#*forum_create a:link,
div#forum_back a:*link {
color: #20227D;
text-decoration:* underline;
}
}
@ 2:54 pm
got it, thanks anyways too a lot of playing around