Andrew155 Posted August 1, 2016 Report Share Posted August 1, 2016 Доброго времени суток! Хотел бы спросить, где в CSS нужно изменить значение цвета текста ( 1 пользователю понравилось это / Вам это нравится ) с красного, на любой другой. Quote Link to comment Share on other sites More sharing options...
Viktar83 Posted August 1, 2016 Report Share Posted August 1, 2016 В стандартном стиле цвет наследуется вроде у body, но вы можете в custom.css прописать например : .ipsLike_contents, .ipsLike_contents a { color: #... ; } .ipsLike_contents a:hover { color: #... ; } Andrew155 1 Quote Link to comment Share on other sites More sharing options...
Andrew155 Posted August 1, 2016 Author Report Share Posted August 1, 2016 1 час назад, Viktar83 сказал: В стандартном стиле цвет наследуется вроде у body, но вы можете в custom.css прописать например : .ipsLike_contents, .ipsLike_contents a { color: #... ; } .ipsLike_contents a:hover { color: #... ; } Спасибо Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.