Set featured image aspect ratio
.featured-post-image { aspect-ratio: 16 / 9; object-fit: cover; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
.featured-post-image { aspect-ratio: 16 / 9; object-fit: cover; }Continue reading
/* WpForms – Display option for Non Table View */ .fields_forms { line-height = normal; margin-bottom = 2px; margin-block-end = 2px: background-color = #03fc20 !important; } .fields_forms .label { font-weight: bold; margin-bottom = 2px; font-size = 80%; } .fields_forms .value…Continue reading
/* removes the Totals and Cart button on product id = 601 Envelopes */ .postid-601 div.wapf-product-totals { display:none; } .postid-601 .single_add_to_cart_button { display:none; }Continue reading
.open-estimation-form.form-8 { box-shadow: 0px 10px 14px -7px #54a3f7; background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%); background-color:#007dc1; border-radius:8px; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:20px; font-weight:bold; padding:13px 32px; text-decoration:none; text-shadow:0px 1px 0px #154682; } .open-estimation-form.form-8:hover { background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%); background-color:#0061a7; }…Continue reading
.social-box { display: block; margin-bottom: 30px; font-weight: bolder; } .social-box:last-of-type { margin: 0 0 40px; } .social-btn { display: block; width: 100%; } a.col-2.sbtn span { display: none; } a.col-2.sbtn { width: 6%; display: inline-block; text-align: center; border-radius: 50px; padding:…Continue reading
#mwai-chat-id { –mwai-spacing: 15px; –mwai-fontSize: 15px; –mwai-borderRadius: 10px; –mwai-fontColor: #FFFFFF; –mwai-backgroundPrimaryColor: #454654; –mwai-backgroundSecondaryColor: #343541; –mwai-aiAvatarBackgroundColor: #10a37f; –mwai-userAvatarBackgroundColor: #135ea4; –mwai-headerButtonsColor: #FFFFFF; –mwai-width: 100%; –mwai-height: 100%; –mwai-maxHeight: 100%; –mwai-headerHeight: 50px; –mwai-borderWidth: 2px; } #mwai-chat-id .mwai-open-button { position: fixed; right: 0; bottom: 0;…Continue reading
add_action( ‘wp_head’, function () { ?> /* GLOBAL START*/ /* Change Star Icon Color for JetReviews Plugin */ .jet-reviews-stars-field .jet-reviews-stars–filled i { color: #00CE7C !important; } /* Fix Double Search bar and x */ input[type=”search”]::-webkit-search-decoration, input[type=”search”]::-webkit-search-cancel-button, input[type=”search”]::-webkit-search-results-button, input[type=”search”]::-webkit-search-results-decoration { -webkit-appearance:none;…Continue reading
.single-sfwd-courses .entry-meta, .single-sfwd-lessons .entry-meta, .single-sfwd-topic .entry-meta, .single-sfwd-quiz .entry-meta, .single-sfwd-assignment .entry-meta { display: none; }Continue reading
Lesson 1: Introduction to Critical ThinkingContinue reading
CSS.root /* Link */ #activity-stream .activity-header a{ font-size:14px !important; font-weight:900 !important; } /* Division */ #bp-nouveau-activity-form form > div:nth-child(5){ display:none; } /* Nouveau activity form */ #bp-nouveau-activity-form{ padding-left:5px; padding-right:5px; margin-left:1px; margin-right:3px; padding-bottom:23px; margin-bottom:-7px; } /* Stories user stories */ #buddypress…Continue reading