Hi @laceyrod ,
Thanks so much for your reply.
Here is a screenshot of the shipping options settings in Woocommerce: https://snipboard.io/1WIqFn.jpg
I also tried to Preview Storefront, but the checkbox did not appear even then.
Here is the css in our child theme:
body ul.products li.product img{
height:300px !important;
width:100%;
object-fit: contain;
}
.mc4wp-form input[type=submit]
{
margin-top: 25px;
}
.social
{
display: inline !important;
}
.woocommerce-store-notice {
background-color: #99cc33;
}
body .gallery-item img {
margin: -10px;
}
.call-back-feature a {
display: none !important;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments
{
background-color: #ff9900 !important;
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-column-settings { bottom:auto !important; }
.entry-content:not(.wc-tab) p.woocommerce-thankyou-order-received
{
background: #663366 !important;
}
.woocommerce-message
{
background-color: #663366 !important;
}
.woocommerce-message .message-inner
{
background-color: #663366 !important;
}
.wc-giftwrap .giftwrap_header_wrapper
{
font-size: 160%;
font-weight: 700;
font-family: 'Schoolbell'
}
#cart_giftwrap_submit
{
padding-right: 20px;
padding-left: 20px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 96% !important;}
}
And:
/*
Theme Name: Shoptimizer Child Theme
Theme URI:
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI:
Template: shoptimizer
Version: 1.1.0
*/
/* change the opacity of the category tiles below slider */
.image-feature a:before {
background-color: rgba(0,0,0,0.15);
}
.grecaptcha-badge{display:none;}
The only css changes that I made recently was to try and get the colours of the notification bars in Woocommerce to be coherent with the colours of our brand, rather than blue/green, etc.
Any other ideas?
Thanks again in advance for your help!
Sarah