- XF Compatibility
- 2.2.x
- Short Description
- Prepare node for effects
add code to
CSS:
/* Prepare node for effects */
.template-forum_list .block-container .node {
/* Remove previous box border */
border-style: none;
/* For positioning the pseudo-element */
position: relative;
/* Add...
You do not have permission to view the full content of this resource.
Log in or register now.