Tagged: transparent
Hello, first of all thank you very much for the nice theme. I have changed the transparenty of de hover link in portfolio items with this custom css:
#top figure.av-inner-masonry.main_color, #top .av-inner-masonry-content { background: rgba(255, 255, 255, 0.4); }
So when I go with my mouse over a portfolio picture the text comes up and the background of de text is transparent, works great but in that transparent bar is an arrow pointing up and this remains black. Can this arrow also be displayed transparently?
Thanks in advance, Marijn
Hey Marijn!
Please add following code to Quick CSS as well
.av-masonry .avia-arrow {
background: rgba(255, 255, 255, 0.4);
}
Best regards,
Yigit
Thanks for the quick reply. It is good but not very good, can you look again on my site?
Thanks in advance.
Marijn
Hi!
It would be the best if you removed the arrow using following code
.av-masonry .avia-arrow { display: none; }
There is transparency on caption and when you have another element with transparency on top of it, it looks like that.
Cheers!
Yigit
That looks very good, thanks for the good and very fast support.
Marijn
Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit