Home › Forums › Arnold WordPress Theme › Removing PREV/NEXT animation and more issues
- This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by
SeaTheme.
-
AuthorPosts
-
May 4, 2019 at 2:29 pm #18403
Is there any way to remove prev/next animation? I would like to have it just as a simple link, like the rest of the page (change color on rollover).
Also, I would like to exclude my About page from prev/next buttons. I just want to have my portfolio items to be displayed here, but no other pages like about or contact. Is that possible?
thanks!
May 5, 2019 at 2:02 am #18415Hi,
Please paste the custom CS code to “Appearance > Customize: Additional CSS”:
.navi-title-tag { -webkit-transform: translateY(0px); transform: translateY(0px); } .arrow-item:hover .post-navi-unit-tit { -webkit-transform: translateY(-80px); transform: translateY(-80px); } .arrow-item:hover .navi-title-tag { color:#364bff; }Please choose the category in “Appearance > Theme Options > Layout: Category for More Project Button On The Bottom of Gallery Post”. There will be only the single gallery posts in this category shown in prev/next buttons.
Regards
May 5, 2019 at 8:56 pm #18423Please choose the category in “Appearance > Theme Options > Layout: Category for More Project Button On The Bottom of Gallery Post”. There will be only the single gallery posts in this category shown in prev/next buttons.
This solved already my answer 😉
Please paste the custom CS code to “Appearance > Customize: Additional CSS”:
.navi-title-tag { -webkit-transform: translateY(0px); transform: translateY(0px); } .arrow-item:hover .post-navi-unit-tit { -webkit-transform: translateY(-80px); transform: translateY(-80px); } .arrow-item:hover .navi-title-tag { color:#364bff; }There might be something wrong here. There is now indeed a rollover color effect, but animation is still there, as you can see here: http://www.iso-typo.com/prueba/hk-bookfair/
any idea? thanks again, your help is being amazing
May 6, 2019 at 2:15 am #18427Please add the custom CSS also:
.arrow-item:hover .navi-title-tag { -webkit-transform: translateY(0px); transform: translateY(0px); } -
AuthorPosts
- You must be logged in to reply to this topic.
