Change the color of Older posts button
- The topic ‘Change the color of Older posts button’ is closed to new replies.
Need help? Check out our Support site, then
Dear Sakin,
how can I change the color in “Older posts” button (in Custom CSS)?
Thank you also for the many answers already here,
Eija
Dear Eija,
You can change the background color code and text color code in the following CSS and then add it in Custom CSS:
#infinite-post-wrap #infinite-handle span {
background-color: #ac75ac;
color: #fff;
}
Regards,
Sakin
Thank you Sakin,
works like magic!
Another question: Is it possible to remove from under every post “the Previous post, Next post -box” and also “the Published by -box”?
Thank you a lot and have a great day.
Br,
Eija
Hello Eija,
If you just want to remove the two right boxes, where it’s Published by and Navigation, the previous and next, then add the following CSS:
.single-footer-meta-wrapper #footer-author-bio,
.single-footer-meta-wrapper #footer-nagivation {
display: none;
}
But if you want to remove the whole box then use the following CSS instead:
.single-footer-meta-wrapper { display: none; }
Regards,
Sakin
Thank you Sakin,
and thank you for also reading my mind,
I was thinking about the latter, worked very well. Wonderful!
Br,
Eija
Hello Eija,
Thanks for using the Verity theme. Have a nice weekend.
Regards,
Sakin