Tagged: x
-
AuthorPosts
-
June 22, 2016 at 1:18 pm #1054783
ForwardCSParticipantHi,
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!!
June 22, 2016 at 4:00 pm #1055102
DarshanaModeratorHi 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.
June 29, 2016 at 10:44 am #1065028
ForwardCSParticipantThis reply has been marked as private.June 29, 2016 at 11:53 am #1065129
RupokMemberHi 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!
June 29, 2016 at 12:02 pm #1065156
ForwardCSParticipantThank you so much for the help!
June 29, 2016 at 12:05 pm #1065160
ForwardCSParticipantI 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?
June 29, 2016 at 12:57 pm #1065248
ThaiModeratorHi There,
Please add the following CSS:
h2.entry-title.entry-title-portfolio a { color: #fff; }Hope it helps 🙂
June 29, 2016 at 1:09 pm #1065276
ForwardCSParticipantAwesome! I really appreciate it!!
June 29, 2016 at 1:18 pm #1065291
Prasant RaiModeratorHappy to hear that. Feel free to ask us again. Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1054783 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
