Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #522909

    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

    #522913

    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

    #522918

    Thanks for the quick reply. It is good but not very good, can you look again on my site?

    Thanks in advance.

    Marijn

    #522923

    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

    #522927

    That looks very good, thanks for the good and very fast support.

    Marijn

    #522941

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change black bar and arrow on portfolio items in transparent’ is closed to new replies.