Quote:
Originally Posted by katie hunter
I tried to add this to the additional css but it caused the little black heart to dissapear or i guess it is under the white color
HTML Code:
.vbseo_buttons .vbseo_liked {
background: #f2f6f8
}
|
I believe you used the wrong CSS property, try this:
HTML Code:
.vbseo_buttons .vbseo_liked {
background-color: #f2f6f8;
}
--------------- Added 11 Oct 2013 at 18:17 ---------------
Quote:
Originally Posted by katie hunter
This is the template i did edit before vbseo_buttons.css and i simply changed the background color, is that wrong?
|
Not wrong, just not preferred for such a simple CSS change.