Hi,
You can get the answer with my reply below
1) You need to give me the screenshot and description on that, it will help to understand of your request.
2) Open templates/ja_lens/css/template.css file and change the color and background with the CSS style below
.article-info a,
.jac-add-button a {
color: #de3068;
}
.article-info a:hover,
.article-info a:active,
.article-info a:focus,
.jac-add-button a:hover,
.jac-add-button a:active,
.jac-add-button a:focus {
color: #333;
}
.masonry .item-more {
bottom: 0;
cursor: pointer;
width: 100% !important;
height: 60px !important;
background: #000;
}
.masonry .item-more:hover {
background: #de3068;
}
.masonry .item-more .item-inner h3 {
margin: 0;
height: 60px !important;
line-height: 60px !important;
text-transform: uppercase;
font-weight: normal;
color: #898989;
}
.masonry .item-more:hover .item-inner h3 {
color: #fff;
}
Regards