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

Fixed Background – 1

body.custom-background { background-image: url(https://www.pacificsqr.com/wp-content/uploads/2024/07/PS-Pattern.png); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; } to this: body.custom-background { background-image: url(https://www.pacificsqr.com/wp-content/uploads/2024/07/PS-Pattern.png); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: fixed; }Continue reading