Linear gradient css for text
Inline css
<span style="background: linear-gradient(to right, #5AC5C7 0%, #5af9c8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">Place your text here</span>
Search for a command to run...
Inline css
<span style="background: linear-gradient(to right, #5AC5C7 0%, #5af9c8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">Place your text here</span>
No comments yet. Be the first to comment.
<span style="color: #000000; -webkit-text-stroke-width: 2px; stroke-width: 2px; -webkit-text-stroke-color: #FFFFFF33; stroke: #FFFFFF33;">design</span>
/* Menu Breakpoint */ @media only screen and (max-width: 1149px) { .et_pb_menu .et_pb_menu__menu { display: none; } .et_mobile_nav_menu { display: block } } /*remove bullet points from submenu*/ #left-area ul, .entry-...
Paste the code below into the main element field of the advanced settings of the module. animation-name: updown; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; margin-left: 0px; ...
<script> jQuery(function($){ $("#et_pb_signup_email").attr("placeholder", "Your New Text"); }); </script> Credit: https://divi.help/threads/email-optin-change-email-field-name.8235/
Before After CSS /* Menu no wrap ul */ .et_pb_menu .et_pb_menu__menu>nav>ul {flex-wrap: nowrap;}