Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054783
    ForwardCS
    Participant

    Hi,

    I was wondering how I could turn down the opacity on portfolio items when they are hovered on. Also, I’d like to eliminate the link image that pops up. Is this possible?

    One more question, is it possible to change the order of the images displayed in the portfolio as well? Like put the images from page 3 onto page 1?

    Thanks!!

    #1055102
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this request, 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.

    #1065028
    ForwardCS
    Participant
    This reply has been marked as private.
    #1065129
    Rupok
    Member

    Hi there,

    Thanks for the URL.

    #1. You can amend the opacity by altering the below code :

    a.entry-thumb:hover img {
      opacity: 0.15;
    }
    
    a.entry-thumb:hover::before {
      display: none;
    }

    Change the value and add this under Custom > CSS in the Customizer. Second code block is to hide the link image.

    #2. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1065156
    ForwardCS
    Participant

    Thank you so much for the help!

    #1065160
    ForwardCS
    Participant

    I have one more question about the thumbnail. The font color of the picture title is too dark and hard to read, how can I change that font color?

    #1065248
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    h2.entry-title.entry-title-portfolio a {
        color: #fff;
    }

    Hope it helps 🙂

    #1065276
    ForwardCS
    Participant

    Awesome! I really appreciate it!!

    #1065291
    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂

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