Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the delayed reply.
If you don't want to use the sidebar, you can go to Theme Options -> Page Settings -> Archive -> Sidebar -> set fullwidth. http://prntscr.com/md1b6e
If you just want to remove some widget on the Sidebar, you go to Apperance -> Widgets -> Sidebar 1-> remove the widget. http://prntscr.com/md1c1k
- Hide the author on Portfolio page: you can add these lines to the Custom CSS:
.blog-inner .entry-post-meta-wrap ul.entry-meta li.entry-meta-author {
display: none;
}
Best regards,
tb.
Hi,
I updated the above CSS code, you can trying again.
Best regards,
tb.
Great!!
Glad to help you!!
6 years, 11 months ago in reply to: Can't set attributes. They disappear when click Update button #18152Hi,
If you add custom CSS in the style.css of Child theme or Custom CSS in Theme Options, you can update the theme without worrying. Later you go to Theme Options and click "Save & Generate CSS".
Note: You still need to backup the site in case the theme update is not as expected.
Best regards,
tb.
Hi,
You can use these CSS:
.woocommerce .product-thumb .product-thumb-primary img, .single-product .product-thumb .product-thumb-primary img, .woocommerce .product-thumb .product-thumb-one img, .single-product .product-thumb .product-thumb-one img{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
Hi,
You can add these lines to the Custom CSS:
.header-6 .yolo-main-menu > li.current_page_item > a:before{
content: '';
display: block;
position: absolute;
background: orange;
top: 0!important;
bottom: 0;
right: 0;
transform: skew(-30deg);
-webkit-transform: skew(-30deg);
-moz-transform: skew(-30deg);
-o-transform: skew(-30deg);
left: 0;
z-index: -1;
}
Best regards,
tb.
Hi,
You can add these lines to the Custom CSS:
.yolo-recent-item:nth-child(3){
clear: both;
}
Best regards,
tb.
Hi,
You can install the plugin WP Mail SMTP and do the following this instruction:
https://wpforms.com/how-to-fix-wordpress-contact-form-not-sending-email-issue/
Best regards,
tb.
Hi,
It seems that you have customized the product image, you use the background-image instead of the image tag.
You go to the style.css of Child theme and increase the height of image to 370px.
Best regards,
tb.
Hi,
Can you tell me the error you encountered when updating to php 7.2?
If possible, please send me admin account and link your site. I will help you check.
Best regards,
tb.
Hi,
You can select style 3 and add these line to the Custom CSS of Theme Options:
.icon-box-shortcode-wrap.style_3 .icon-box-container{
text-align: center;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container:before{
display: none;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container:after{
content: "";
display: block;
width: 42px;
margin: 0 auto;
height: 2px;
background-color: #ED4630;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap span{
display: block;
}
Best regards,
tb.
This reply has been marked as private.This reply has been marked as private.Hi,
Sorry for the delayed reply.
I changed some options in Theme Options. Please reload your site and check again.
Best regards,
tb.
-
AuthorPosts
