Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Ex. 1: Widget specific styles */
- .elementor-element-485b59a .section-cta .button {
- background-color: blue;
- color: #fff;
- }
- .elementor-element-485b59a .section-cta .button:hover {
- background-color: red;
- color: #fff;
- }
- .elementor-element-485b59a .section-cta .button:hover .button__icon {
- background-color: darkred;
- color: #fff;
- }
- .elementor-element-485b59a .section-cta .button .button__icon {
- background-color: darkblue;
- color: #fff;
- }
- /* Ex. 2: Page specific styles */
- .elementor-page-185 .section-cta .button {
- background-color: blue;
- color: #fff;
- }
- .elementor-page-185 .section-cta .button:hover {
- background-color: red;
- color: #fff;
- }
- .elementor-page-185 .section-cta .button:hover .button__icon {
- background-color: darkred;
- color: #fff;
- }
- .elementor-page-185 .section-cta .button .button__icon {
- background-color: darkblue;
- color: #fff;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement