Hi Kriesi
I have customized the navigation (next, prev) buttons on my portfolio to reduce them down to small tabs only.
They still show a white title and have a slight jumpy transition which I can’t stop.
Can you please help by pointing me to the right CSS to stop the title showing on hover and stop the tab jumping.
Many thanks
Helen
Hey helban,
Please try to add this code to the quick css field and adjust the width value if necessary:
#top #wrap_all .avia-post-nav:hover .entry-info-wrap {
width: 20px;
}
Best regards,
Peter