Archived topic
Does the theme work well with Cloudflare... and the sticky post
5 replies · Started by Zipeng on March 16, 2018
The cloudflare’s cache and minify options. does this theme work well with CF?
Cloudflare is a very popular service right now with wordpress user.
Hows speed test with Cloudflare for this theme?
How can I make the sticky posts different than the regular posts. like putting shadow in the container of the sticky posts like zerohedge.com
How can I do it?
This is a really nice theme
Hi there,
It should work with Cloudflare no problem. We don't use it ourselves but I've seen other users mention it before.
Best to test it out yourself.
There isn't a default sticky post feature with GP.
Can you link me to the page in question?
You know that wordpress have sticky posts, I just want to distinguish them from the regular posts?
Is there any CSS rule or other way you can make them different?
Thanks
Try this:
.post.sticky {
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Awesome! Thanks
No problem!