Home › Forums › Air WordPress Theme › Prev/Next Button Thumbnails
- This topic has 13 replies, 3 voices, and was last updated 7 years, 2 months ago by
SeaTheme.
-
AuthorPosts
-
May 25, 2018 at 9:00 am #15294
Hi,
how do i disable the function, that the Prev/Next buttons are showing thumbnails of Prev/next post. I would like to show the arrows only, also turn off hover animation of the arrows.
regards
May 25, 2018 at 2:43 pm #15297HI,
Please paste the custom css code to “Appearance > Customize : Additional CSS”.navi-arrow { right: 0;left: auto; opacity: 1; -webkit-transform: scale(1); transform: scale(1);} .post-navi-unit-prev .navi-arrow { right: auto; left: 0; } .navi-title-tag, .navi-title-img {display: none;} .arrow-item:hover .navi-arrow {-webkit-transform: scale(1); transform: scale(1);}regards
May 25, 2018 at 7:38 pm #15299Thank you,
and how do i achieve the thickness of the + for the arrows?Regards
May 26, 2018 at 5:09 am #15301It’s possible by more custom coding job, but it’s(style custom) not included in our Free Support scope. You can hire a program engineer to work on it or use our charging services,
May 26, 2018 at 3:09 pm #15305OK, thank you.
October 29, 2018 at 8:33 pm #16838Hello, I would please like to find out what code I need to use in order to remove the thumbnails but keep the arrow animation?
October 30, 2018 at 12:35 am #16839HI,
Please paste the custom css code to “Appearance > Customize : Additional CSS”.navi-arrow { right: 0;left: auto; } .post-navi-unit-prev .navi-arrow { right: auto; left: 0; } .navi-title-tag, .navi-title-img {display: none;}March 4, 2019 at 7:32 pm #17948Hello,
Unfortunately this has completely removed the “Next >”. I only want to remove the little thumbnail image.
March 4, 2019 at 10:36 pm #17949Please update the custom CSS to:
.post-navi-unit-prev .navi-title-img {display: none;}March 12, 2019 at 5:05 pm #17990This reply has been marked as private.April 1, 2019 at 7:17 pm #18146Is there any way to prevent the words ‘prev’ and ‘next’ (left and right side) to move so far inwards when hovering over them? So when I hover over ‘prev’ it moves very far to the right to ‘make room’ for where the thumbnail used to go. I would like it to not move so far as it looks weird and overlaps other information in mobile. Thank you in advance!
April 2, 2019 at 3:15 am #18147Please add the custom CSS to:
.arrow-item:hover .navi-title-tag, .arrow-item.arrow-next:hover .navi-title-tag { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); } .arrow-item:hover .navi-arrow { transform: translateX(120px) scale(.8); } .post-navi-unit-prev .arrow-item:hover .navi-arrow { transform: translateX(-120px) scale(.8); }April 2, 2019 at 7:12 pm #18148It’s giving me an error on ‘translateX’. The error says “Expected RBRACE at line 41, col 5.”
Is there anything I can do to fix this?
April 3, 2019 at 4:18 am #18158Sorry, please update the CSS as:
.arrow-item:hover .navi-title-tag, .arrow-item.arrow-next:hover .navi-title-tag { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); } .arrow-item:hover .navi-arrow { transform: translateX(120px) scale(.8); } .post-navi-unit-prev .arrow-item:hover .navi-arrow { transform: translateX(-120px) scale(.8); } -
AuthorPosts
- You must be logged in to reply to this topic.
