Forum Replies Created
-
AuthorPosts
-
February 24, 2016 at 10:25 am in reply to: nature one PRO theme – my work section display with dark cover #24014
Hi Hovav,
Kindly replace the code with my previous code in custom css box:
.blog-post-repeat{background:none !important;}
Regards,
ShriHi Christine,
The above code is not for SKT Black theme. Kindly show us your website URL.
Regards,
BradHi Misty,
Give us 2 more days kindly we are still updating this theme.
Regards,
DaveHi John,
Kindly Add this code in custom CSS Box.
@media screen and (max-width: 767px) {
.toggle a{background-color:#eee !important;}
.nav ul{background:#000000 !important;}
}Regards,
BradHi Tamara,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css code in custom box@media screen and (max-width:47.938em) {
.header_row .column-1, .container .widget-column-1, .container .widget-column-3 { width:auto !important;}
}@media screen and (max-width:64.000em) and (min-width:48.000em) {
.header .header-inner .logo img { height:auto !important;}
}Regards,
BradHi Vladimir,
Sent you the code on another forum.
Regards,
BradGreat.
Regards,
DaveHi daniel and shivam,
Contact Form 7 generates a standard compliant code for the forms. Each element in the form has a proper ID and CSS class associated with it.
Contact form uses the CSS class .wpcf7 which you can use to style your form.For e.g.:
div.wpcf7 { background-color: #fbefde; border: 1px solid #f28f27; padding:20px; } .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { background:#725f4c; color:#FFF; font-family:lora, sans-serif; font-style:italic; } .wpcf7 input[type="submit"], .wpcf7 input[type="button"] { background-color:#725f4c; width:100%; text-align:center; text-transform:uppercase; }
You can add this code for example in your custom css box
Regards,
BradHi Stephen,
Kindly check the documentation here: http://sktthemesdemo.net/documentation/skt-yogi-doc/#homepage-setup
Regards,
BradHi Andrea,
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 24, 2016 at 9:25 am in reply to: MoversPackersPro – Aligning Menu Center in main Navigation Bar on Site #24001Hi Colleen,
Kindly show us your website URL.
Regards,
BradHi Tom,
Check out this video: https://www.youtube.com/watch?v=vRrVr8waiH4
Regards,
ShriHi Vladimir,
Kindly go to Appereance>>Widgets>>Header Widget
Drag and drop text widget in header widget and add this code.
<span class="phno"><i class="fa fa-mobile"></i> +01 23 456 7890</span><br/> <span class="phno">[email protected]</span>
Regards,
DaveGreat.
Regards,
DaveHi Kyle,
Kindly go to compressjpeg.com or tinypng.com to reduce the size of the image and use cache plugin like W3Total Cache or WP Fastest Cache so that it opens faster.
Regards,
Brad -
AuthorPosts