Move The Divi Blog Title, Text, And Button Over The Image
Source: Pee Aye Creative jQuery: <script> (function ($) { $(document).ready(function () { $(document).bind('ready ajaxComplete', function () { $(".pa-blog .et_pb_post").each(function () { ...
Search for a command to run...
Articles tagged with #css
Source: Pee Aye Creative jQuery: <script> (function ($) { $(document).ready(function () { $(document).bind('ready ajaxComplete', function () { $(".pa-blog .et_pb_post").each(function () { ...
Source: Pee Aye Creative /*Show hamburger menu on desktop*/ @media (min-width: 980px) { .et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu { display: none; } .et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_mobil...
Source: Pee Aye Creative /*Show hamburger menu on desktop for specific menu module*/ @media (min-width: 980px) { .pa-hamburger-menu .et_pb_menu__menu { display: none; } .pa-hamburger-menu .et_mobile_nav_menu { display: flex; float: no...
Source: Pee Aye Creative /*Show desktop menu on phone*/ @media (max-width: 980px) { .et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu { display: flex; } .et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_mobile_na...
Source: Elegant Themes Place this code in the after field content: ''; display:block; height:60px; /* Size of the shape */ width:60px; /* Size of the shape */ position:absolute; top:40%; right:-30px; z-index: -1; background-color: #e8e8e8; /* Colou...
.et_pb_slide_description { text-shadow:none !important; }