Articles: Global CSS Snippet

.single-articles h2 { font-size: 16px; font-family: Rubik; font-weight: 400; margin-bottom: 20px; line-height: 25px; } .single-articles .sprt-post-title, .single-articles .sprt-post-title a { font-family: Fira Sans; color: #fff!important; font-size: 45px; font-weight: 700; line-height: 45px; } .single-articles h1 { font-size: 30px; font-weight: 600; line-height:…Continue reading

Articles: Global CSS Snippet

.single-articles h2 { font-size: 16px; font-family: Rubik; font-weight: 400; margin-bottom: 20px; line-height: 25px; } .single-articles .sprt-post-title, .single-articles .sprt-post-title a { font-family: Fira Sans; color: #fff!important; font-size: 45px; font-weight: 700; line-height: 45px; } .single-articles h1 { font-size: 30px; font-weight: 600; line-height:…Continue reading

Override CSS Global

.ast-article-single img { box-shadow: none!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; } .ast-article-single img { border-radius: 20px; } .elementor-element.elementor-pagination-position-outside .swiper { padding-bottom: 0!important; }Continue reading

Edit Profile Stylesheet (Vendor and Venue)

.gpfup__files { list-style: none; margin: 0; padding: 10px; } .entry-content ul { margin-left: 0; } /* Individual Image Row */ .existing_image { display: flex; flex-direction: column; } .image_data_row { display: flex; flex-direction: row; } /* Image Preview */ .image_preview img…Continue reading

Edit Profile (Vendor) Stylesheet

.gpfup__files { list-style: none; margin: 0; padding: 10px; } .entry-content ul { margin-left: 0; } /* Individual Image Row */ .existing_image { display: flex; flex-direction: column; } .image_data_row { display: flex; flex-direction: row; } /* Image Preview */ .image_preview img…Continue reading

Edit Profile (Vendor) Stylesheet

.gpfup__files { list-style: none; margin: 0; padding: 10px; } .entry-content ul { margin-left: 0; } /* Individual Image Row */ .existing_image { display: flex; flex-direction: column; } .image_data_row { display: flex; flex-direction: row; } /* Image Preview */ .image_preview img…Continue reading

Retain Query Params

document.addEventListener(‘DOMContentLoaded’, function() { var queryString = window.location.search; var links = document.querySelectorAll(‘.elementor a’); // Target elementor links if (queryString) { links.forEach(function(link) { var originalUrl = link.href; // Ensure the query parameters are appended correctly without creating duplicates if (originalUrl.indexOf(‘?’) === -1)…Continue reading