Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created August 18, 2021 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trueqap/a8da55ffd171319c8ba819b67b8e8eba to your computer and use it in GitHub Desktop.
Save trueqap/a8da55ffd171319c8ba819b67b8e8eba to your computer and use it in GitHub Desktop.
Elementor body>*:not example
body>*:not(.elementor-page) article {
background-color: #212121;
padding: 20px;
margin-top: 20px;
}
body>*:not(.elementor-page) h1.page-title {
font-family: "Archivo Black", Sans-serif;
font-size: 38px;
text-transform: uppercase;
margin: 0% 0% 5% 0%;
padding: 015px 03px 15px 10px;
background-color: #FF0C0C;
color: white;
}
body>*:not(.elementor-page) h2 {
font-family: "Archivo Black", Sans-serif;
font-size: 35px;
text-transform: uppercase;
color: white;
}
body>*:not(.elementor-page) h3 {
font-family: "Archivo Black", Sans-serif;
font-size: 30px;
text-transform: uppercase;
color: white;
}
body>*:not(.elementor-page) strong,
body>*:not(.elementor-page) label,
body>*:not(.elementor-page) legend,
body>*:not(.elementor-page) i {
color: white;
}
body>*:not(.elementor-page) .btn,
body>*:not(.elementor-page) button,
body>*:not(.elementor-page) input[type='button'],
body>*:not(.elementor-page) input[type='reset'],
body>*:not(.elementor-page) input[type='submit'] {
width: 100% !important;
font-size: 20px !important;
background-color: #FF0C0C;
}
body>*:not(.elementor-page) .btn:hover,
body>*:not(.elementor-page) button,
body>*:not(.elementor-page) input[type='button']:hover,
body>*:not(.elementor-page) input[type='reset']:hover,
body>*:not(.elementor-page) input[type='submit']:hover {
background-color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment