Forum Replies Created
-
AuthorPosts
-
Great 🙂
Regards,
DaveHi Toby,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveFebruary 23, 2016 at 7:03 am in reply to: SKT Full Width overlay on slider page when on mobile… #23839Hi Joao,
Add this code:
@media screen and (max-width: 767px) {
#infinite-footer{display:none;}
}Regards,
DaveFebruary 23, 2016 at 6:59 am in reply to: nature one PRO theme – my work section display with dark cover #23837Hi Hovav,
Kindly add this code in custom css box:
.blog-post-repeat{background-color:none !important;}
Regards,
ShriFebruary 23, 2016 at 6:54 am in reply to: Cuts n style – change product and catalogue image size #23834Hi Pete,
Sent you the instruction on another forum.
Regards,
DaveHi Daniel,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
.woocommerce div.product div.images img{width:auto !important;}
Regards,
ShriHi Daniel,
Sticky menu option is for homepage only. Inner pages doesn’t have sticky menu option.
Regards,
DaveHi Daniel,
Add this code in custom css box:
#contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, .wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea {float:none !important; width:90% !important;}
Regards,
BradHi Pete,
Add this code in custom css box:
.woocommerce div.product div.images img{ width:auto !important;}
.header .header-inner .logo img{height:auto;}Pete i quit not understand about catalogue image size. When you add above code in custom css you can see that product image size has changed to 170×170.
Regards,
DaveHi John,
Kindly show us your website URL. We will give you the CSS code.
Regards,
BradHi Gino,
Kindly show us your website URL
Regards,
BradHi Andrea,
You can remove it from header.php file.
Regards,
DaveHi Elizabeth,
Did you solved this issue because there is no comment section on homepage.
Regards,
BradHi Jason,
You have to give a text align property to this class .wpb_wps_cart_button
.wpb_wps_cart_button{text-align:left;}
Regards,
DaveHi Eduardo,
Here is the class that you need to add styling.
#contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, .wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea
Regards,
Brad -
AuthorPosts