Hi, I'm configuring JA PromoBar module and I would like to change gray color of link. How can I do it?
Thanks
turminator Hi,
You can use this custom CSS:
.ja-promo-bar a { color: #1ba1e2 !important; /*change to your desired color*/ } .ja-promo-bar a:hover, .ja-promo-bar a:active, .ja-promo-bar a:focus { color: #1ba1e2; /*color when hover*/ }
Thanks for your support.