So while browsing around the web today I found a fun CSS trick that can make the main content of the site appear like a pile of stacked papers. There are a few options available so give them a try and see if one fits your site. I could see how this could work well for an art site or another paper-oriented blog.
padding: 30px;
}
padding: 30px;
}
.site-main::after {
left: 12px;
top: 10px;
z-index: -2;
}
.site-main {
background: #fff;
padding: 30px;
position: relative;
}
.site-main,
.site-main::before,
.site-main::after {
box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
border: 1px solid #bbb;
}
.site-main::before,
.site-main::after {
content: "";
position: absolute;
height: 95%;
width: 99%;
background-color: #eee;
}
.site-main::before {
right: 15px;
top: 0;
transform: rotate(-1deg);
z-index: -1;
}
.site-main::after {
top: 5px;
right: -5px;
transform: rotate(1deg);
z-index: -2;
}
The rating stars in Acabado have no ability to change within the controls. We cover how to use the Custom CSS option to modify and set the color manually.
Covering how you can use Elementor to build a landing page for your website to sell an e-book, info product, or pull a email signup list with giveaway!
Running Woocommerce on Acabado is a nice way to get you a storefront that runs exceptionally fast to have a storefront like dropshipping or more!
One of the things which have driven people crazy with Acabado is the fact that WooCommerce won't load, it is near impossible to have an "on-site" storefront.
This is a tweak specifically to allow you the ability to make your category and tag pages look much more structured and professional, hopefully you like!