Title: Custom CSS
Last modified: April 6, 2021

---

# Custom CSS

 *  [kc456](https://wordpress.org/support/users/kc456/)
 * (@kc456)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/custom-css-272/)
 * I am finally recreating my website with Kadence blocks as I currently have Elementor
   Pro, but I would like to add some custom css to the hero block. Can you help 
   at all? Thanks 🙂
 * Below css from [https://www.gradient-animator.com](https://www.gradient-animator.com)
 *     ```
       .css-selector {
           background: linear-gradient(270deg, #3ff20b, #d8f20b, #8b0bf2);
           background-size: 600% 600%;
   
           -webkit-animation: AnimationName 30s ease infinite;
           -moz-animation: AnimationName 30s ease infinite;
           animation: AnimationName 30s ease infinite;
       }
   
       @-webkit-keyframes AnimationName {
           0%{background-position:0% 50%}
           50%{background-position:100% 50%}
           100%{background-position:0% 50%}
       }
       @-moz-keyframes AnimationName {
           0%{background-position:0% 50%}
           50%{background-position:100% 50%}
           100%{background-position:0% 50%}
       }
       @keyframes AnimationName { 
           0%{background-position:0% 50%}
           50%{background-position:100% 50%}
           100%{background-position:0% 50%}
       }
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-css-272%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/custom-css-272/#post-14295547)
 * Hey,
    Thanks for reaching out! What changes are you trying to make? And which
   block do you mean? The Row Layout Block? Thanks in advance for clarifying!
 * Best,
    Hannah

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382)
 * [Kadence Blocks — Page Builder Toolkit for Gutenberg Editor](https://wordpress.org/plugins/kadence-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kadence-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kadence-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/kadence-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kadence-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kadence-blocks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/custom-css-272/#post-14295547)
 * Status: not resolved