Hello,
I do not want users to access to some portfolio items so I do not want to show Next & Prev. arrows on portfolio item pages. I made a search on these help pages and saw that previously you recomended two codes for similar needs.
OPTION ONE
#top .avia-post-nav { display: none; }
OPTION TWO
a.avia-post-nav.avia-post-prev.with-image {
display: none;
}
a.avia-post-nav.avia-post-next.with-image {
display: none;
}
None of the above two recommendations worked for me, there are still navigation arrows on portfolio pages.
I can send you login information if you want to check my website.
Thanks & Regards
Orkun
Hey Orkun,
Try using this css code in Quick CSS (located in Enfold > General Styling):
#top.single-portfolio .avia-post-nav {
display: none !important;
}
Hope it helps :)
Best regards,
Nikko
Hi Nikko,
Inserted that code to my CSS but arrows are still there. You may see them on the image attached
But please wait a minute I’ll check something else.
Seems that there happens no change when I add or delete sth from CSS. Must be sth related with my cache
Ok,
Everything is clear now. Your solution works like a charm after deleting cache.
Thanks for your support
Hi!
Great, glad it works now :)
Regards,
Peter