Changing the border colour on wishlist items

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!

CategoryCustom CSS   Tags,
  Comments8

8 Comments

  • Sep 04 2010
    @ 6:30 pm
    Anonymous

    Awesome stuff. Time for a green color border

  • Nov 29 2010
    @ 3:49 pm
    longtimer

    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?

  • Nov 29 2010
    @ 8:21 pm
    Sammii

    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?

  • Nov 30 2010
    @ 11:29 am
    longtimer

    yes

    .wishlist {
    border: 1px solid #000000;
    }

  • Dec 01 2010
    @ 11:55 am
    Sammii

    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.

  • Dec 06 2010
    @ 4:07 am
    longtimer

    Thanks, I got it to work had to take out some of the other code I had in there

  • Jan 01 2011
    @ 1:14 pm
    longtimer

    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;
    }

    }

  • Jan 01 2011
    @ 2:54 pm
    longtimer

    got it, thanks anyways too a lot of playing around

Leave a Comment