Hi
Does anybody know how to change the color of the strange arrow sign – that one when you scoll over the preview image of the portfolio you can see a round sign with a arrow in it. Where can I set the color of that?
Have a look at my Website http://www.diefarben.com Password: Enfold_2013
Thank you!
Btina
Hi Btina,
Try adding this CSS code to the custom.css file or to the Quick CSS:
.image-overlay-inside::before{
background: red !important;
border-color: red !important;
}
Change red for the desired color.
Regards,
Josue
Thank you Josue
Awersom! Even workes with Hexcode :)
.image-overlay-inside::before{
background: #e1e1e1!important;
border-color: #e1e1e1 !important;
}