Home › Forums › Air WordPress Theme › Mouseover effect of projects above Mor Button on Project Item Page
- This topic has 10 replies, 2 voices, and was last updated 6 years, 9 months ago by
SeaTheme.
-
AuthorPosts
-
August 17, 2019 at 8:22 pm #19208
Hello. How can I change the mouseover effect of projects above More Button on Project Item Page (Gallery Post)? Right now, the effect is a gray transition. I would like it to be a zoom in.
Thanks.
August 18, 2019 at 3:17 pm #19210Hi,
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.ajaxed-grid-item .lazy-loaded { transition: all .5s; } .ajaxed-grid-item:hover .lazy-loaded {transform: scale(1.05);} .ajaxed-grid-item .grid-item-con:after { background-color: transparent; }Regards!
SeaTheme – SeaTheme.net – Twitter – FacebookAugust 19, 2019 at 12:06 am #19217Thank you!
Is there a way to hide the name of project/category?
August 19, 2019 at 1:51 am #19222Hi,
Please use the custom CSS:
.ajaxed-grid-item .grid-item-con-text { display: none; }PS: We are on vacation until August 21. We will answer the new questions later. Sorry.
August 19, 2019 at 12:47 pm #19228Perfect! Thanks.
September 6, 2019 at 1:32 am #19457Hey! Back again. I just saw that the name of project/category (on projects above More Button on Project Item Page) is still working on mobile. How can I disable?
September 6, 2019 at 6:54 am #19467Please add the custom CSS:
.touchevents .grid-item-con.air-hover .grid-item-con-text { display: none; }September 6, 2019 at 1:54 pm #19476It worked, but now I can’t click on them!
September 7, 2019 at 2:46 am #19483Please remove the custom CSS:
.touchevents .grid-item-con.air-hover .grid-item-con-text { display: none; }Please go to Appearance>Theme Editor, look for the js/custom.theme.js, remove line 1577
themeData.fnPofrtoliloFixHover(_this_wrap.siblings('.ux-portfolio-ajaxed-list-wrap').find('.grid-item-mask-link'));Regards
September 7, 2019 at 4:00 pm #19487I did it, but now it’s like it was. I can click, but the text appears.
September 8, 2019 at 5:33 am #19493Please clean the browser to test, if it doesn’t work, please leave the issued page URL.
-
AuthorPosts
- You must be logged in to reply to this topic.
