Comments KeLoX started the conversationAugust 18, 2017 at 1:27pmHello,I'd like to change the color of the overlay in my portfolio page. How do I do that? Is it an option somewhere or do I have to do it in CSS? If it is CSS could you please provide me with the code and/or the location of the code in your stylesheets.Many thanksBest 7,092Oliver repliedAugust 18, 2017 at 2:01pmHI! pls. use following css: .hover-zooming-blur .portfolio-item:hover .image .overlay:before, .hover-zooming-blur .gallery-item:hover .overlay-wrap .overlay:before { border-top: 1px solid #dfe5e8; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverKeLoX repliedAugust 18, 2017 at 2:23pmHi,I added .hover-zooming-blur .portfolio-item:hover .image .overlay:before, .hover-zooming-blur .gallery-item:hover .overlay-wrap .overlay:before { border-top: 1px solid red; }But it changes only the border and not the overlayCould you please provide the correct line of CSS Many thanksBest 7,092Oliver repliedAugust 18, 2017 at 2:28pmSorry, my mistake, now border: background-color: rgba(255, 255, 255, 0.8); Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like Sign in to reply ...
Hello,
I'd like to change the color of the overlay in my portfolio page. How do I do that? Is it an option somewhere or do I have to do it in CSS? If it is CSS could you please provide me with the code and/or the location of the code in your stylesheets.
Many thanks
Best
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
I added
But it changes only the border and not the overlay
Could you please provide the correct line of CSS
Many thanks
Best
Sorry, my mistake, now border:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver