Hello!
i want the style of the two elements in the snapshot to be edentical.
the “page up” element should look and behave like the “next/previos post” element
Thank You very much!
Cheers
finlando
Hey Finlando!
Please add following code to Quick CSS
#top .avia-post-nav { color: black; }
#top .avia-post-nav:hover { background: rgba(250,250,250,0.8); }
Best regards,
Yigit
Thank You, Yigit!
and for editing the second element?
maybe I can find a list of those elements?
Thanks a lot!
Cheers,
finlando
Hey!
Sorry i thought you wanted to match the styling of post nav with back to top button. Please use this code
#scroll-top-link { background-color: red; color: orange; border-color: green; }
Best regards,
Yigit
Very nice! Thank You, Yigit!
Cheers,
finlando
Sorry, and how to get rid of the boarder?
Cheers,
finlando
Hi!
Please add following code to Quick CSS
#scroll-top-link { border: none !important; }
Best regards,
Yigit
Sorry once again.
how to apply colors for the hover?
Cheers,
finlando
Hey!
No worries Finlando :)
#scroll-top-link:hover {
background-color: yellow;
color: purple;
}
Best regards,
Yigit
Many Thanks, Yigit!
Cheers,
Finlando