.et_pb_pricing_heading:before { content: ”; position: absolute; top: 0; left: 0; …
#Header_wrapper { background-image: url(https://yourwebiste.com/image.jpg); position: relative; } #Header_wrapper:before { content: “”; position: absolute; left: 0; right: 0; top: 0; bottom:…
ul li{ list-style-type:none; padding: 0 0 0 45px; position:relative; } ul li:before{ content:”\00a0″; display: block; border: solid 9px #000; border-radius:…
function custom_wpcf7_form_elements($html) { function cf7_replace_include_blank($name, $text, &$html) { $matches = false; preg_match(‘/<select name=”‘ . $name . ‘”[^>]*>(.*)<\/select>/iU’, $html, $matches); if…
Contact Form 7 Date Picker problem Add the below code to the theme function.php file: add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );
#divid {position:relative} #divid img {position:absolute; top:0; bottom:0; margin:auto; height:122px}
<div class=”embed-content”><iframe id=”player” src=”http://www.youtube.com/embed/……” height=”240″ width=”320″ allowfullscreen=”” frameborder=”0″></iframe></div> .embed-content { position: relative; padding-bottom: 56.25%; /* 16/9 ratio */ padding-top: 30px;…
div[id^=”attachment_”] {display:none !important;} http://coding.smashingmagazine.com/2009/08/17/taming-advanced-css-selectors/
Simply paste the following code on your functions.php file and save it. No other action is needed! function replace_uploaded_image($image_data) {…