View Full Version : Like Button
webspider
06-03-2020, 05:13 PM
Does anyone know how to change the color of the thumbs up icon so users can see the "Like Button" on the bottom right post?
snakes1100
06-04-2020, 11:18 AM
Those icons are called from a sprite svg image, so no its not an easy change.
webspider
06-04-2020, 02:24 PM
I see that. It's inconceivable to me how such an important feature button the designer made near invisible.
Thanks for your answer.
You can edit the svg of course, the simplest solution.
I don't know which colorization you want. But other single color (!) changes are possible with combinations of invert/sepia/saturate/... css filters.
For example add to your additional.css-template
.b-icon__like {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
There are some filter tools online to improve this combination.
webspider
06-04-2020, 04:55 PM
I'm really just wanting to make it visible so red or black against the dull grey would be awesome.
--------------- Added 1591297179 at 1591297179 ---------------
Wow thanks! Even the orange makes it stand out a lot better. Cheers!!!!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.