/*================================
POSTCARD LAYOUT - CONVERT TO HOVER
================================*/
.postcardlayout .cmsItem:before {
content:" ";
position:absolute;
background-color:black;
opacity:0;
top:0;bottom:0;left:0;right:0;
z-index: 2;
transition:opacity 0.5s ease;
}
.postcardlayout .cmsItem .cmsTitleAndTextNoPrice{
z-index:3;
transition:all 0.5s ease;
margin-top:30px;
opacity:0;
}
.postcardlayout li .cmsItem {
justify-content: center;
text-align: center;
align-items: center;
}
.postcardlayout .cmsItem:hover:before {
opacity:0.9;
}
.postcardlayout .cmsItem:hover .cmsTitleAndTextNoPrice{
opacity:1;
margin-top:0px;
}
More From This Section
FAQ Topics
Building your site
Advanced Page Types
E-Commerce
- Shopping Basics
- Category Management
- Products
- Product Options
- Layout and Formatting
- Payment Options
- Processing Orders
- Advanced Ecommerce
- Product Pricing, Currencies
- Plugins
- Wholesale
- Bookings Management System
- Freight - Couriers
- Stock & Quantities
- Vouchers, Discounts, Loyalty Points
- Selling Photos / Prints
- Shopping Cart Add-on Page types
- Advanced APIs / Add ons
- Point of Sale (POS)
- Reports
- Orders / Invoices
Email & Membership
Promoting your site
Advanced
- Power User Options
- Form Spam Filtering
- Wordpress
- PHP Setup
- [TAGS]
- jQuery snippets
- Search External Links / Import external content
- HTML / CSS Snippets
- Embedding Web Fonts
- Loading additional Material Symbols styles
- FAQ Help Map
- Uploading local font files
- Advanced Template Customisation, CSS, etc
- Languages and Translations
