Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1202576
    salilou
    Participant

    Hi,
    I use RENEW stack and would like to change the portfolio UX.
    It would be better if the title not slides in on mouse hover but already is visible.
    Where can I adjust this?
    Is there an Essential Grid setting somewhere?
    Thank you!

    #1202675
    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1202983
    salilou
    Participant
    This reply has been marked as private.
    #1203047
    Christopher
    Moderator

    Hi there,

    Please provide us with portfolio page URL.
    I got confused are you referring to normal portfolio page or essential grid filtering?

    Thanks.

    #1203172
    salilou
    Participant
    This reply has been marked as private.
    #1203173
    salilou
    Participant

    As a workaround I have created images with rendered text.
    What I want as described above is to remove the hover and replace by a static link on each pic.
    Thanks in advance!

    #1203200
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-portfolio .entry-featured:hover .entry-cover, .x-portfolio .entry-featured .entry-cover {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .x-portfolio .entry-cover {
        background-color: transparent;
    }
    

    Hope that helps.

    #1209746
    salilou
    Participant

    Thank you!

    #1209806
    Jade
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1202576 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>