by asfakmd | Jul 10, 2024 | Uncategorized
Want the code? Here it is: selector .swiper-wrapper { -webkit-transition-timing-function: linear !important; transition-timing-function: linear !important;...
by asfakmd | May 1, 2024 | Uncategorized
Place image dimension as shown in the picture: Then apply this CSS code: img.attachment-woocommerce_thumbnail{ height: 400px; object-fit: cover; width: 100% !important; } .products .product .product_thumbnail img{ width: 100% !important;...
by asfakmd | Nov 9, 2023 | Others
Just add the CSS code below in the additional CSS : .calendly-inline-widget iframe { height: 1000px !important; } it will fix all the scrolling issues on desktops, tablets & from mobile.
by asfakmd | Oct 5, 2023 | Uncategorized
#top-menu li li a:hover { background-color:#E02B20; } #top-menu li li a:hover { color: #ffff; opacity: 1 !important; }
by asfakmd | Sep 4, 2022 | Wordpress Form
.wpforms-container .wpforms-field { max-width: 300px !important; } .wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month],...
Recent Comments