One simple question: Where can I change the bottom Navigation in portfolio templates like vertical Portfolio 6? In the default setting there is "prev" (left) and "next" (right) and I want to change it that there is only the name of the previous or upcoming portfolio item displayed, without "prev" and "next".
Hi!
One simple question: Where can I change the bottom Navigation in portfolio templates like vertical Portfolio 6? In the default setting there is "prev" (left) and "next" (right) and I want to change it that there is only the name of the previous or upcoming portfolio item displayed, without "prev" and "next".
Thx a lot, best, Jason Krüger
Hi Jason,
Sure, here's the Custom CSS for that.
.o-post-navigation__title {
display: none !important;
} .o-post-navigation__subtitle {
opacity: 1;
visibility: visible;
margin-top: 0; // If you want to change the post title size.
// font-size: 20px !important;
} .o-post-navigation__link a:hover .o-post-navigation__subtitle {
transform: none !important;
}
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.