= Can I add more than one Sticky Block on a page? Yes you can. Unlike the Sticky Menu (Or Anything) plugin (where you can select only one sticky element), the Sticky Block plugin will let you add as many Sticky Blocks as you want. = Is it possible to add some styles to the element but only when it's sticky? To add styles to your Block when it's not sticky, use classname ".block-is-not-sticky". To add styles to your Block only when it's sticky, use classname ".block-is-sticky". The following code would give your Block a red background only when it's not sticky, and blue only when it is: .block-is-not-sticky { background: red; } .block-is-sticky { background: blue; } You may need to be more specific with your CSS, to override other default styles. Please go to the plugin's support forum on WordPress.org and post a message (include a link to your site if possible).
I am currently not available for any custom work.
Sticky Block was created using the Create Guten Block Toolkit by Ahmad Awais.