There is no difference, it’s your choice what to use.
Please add this code into the Child Theme or Global Custom CSS.
.product-information .product_meta {
padding-bottom: 0px;
margin-bottom: 0px;
}
Regards,
Robert Hall
There is no difference, it’s your choice what to use.
Please add this code into the Child Theme or Global Custom CSS.
.product-information .product_meta {
padding-bottom: 0px;
margin-bottom: 0px;
}
Regards,
Robert Hall
Hello,
You can also use limit attribute to set how much items to display.
[portfolio limit=""]
Regards,
Robert Hall
Do you mean on the Blog page?
Navigate to Theme Options->Blog Layout->and disable Show “byline” on the blog option.
Regards,
Robert Hall
Hello,
Please add this code into the Child Theme.
.product-information .sku_wrapper{
display:none !important;
}
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
Please add the following code in Global Custom CSS.
1)
.blog-description,
.navbar-header{
padding-top: 60px;
}
3)
.et-search-trigger .fa-search:hover {
background: none;
}
2) Yes, you can. Do you have these images?
Regards,
Robert Hall
You’re welcome
Regards,
Robert Hall
In this case you need edit file \wp-content\themes\woopress\header.php on line 29
<div class="close-mobile-nav close-block mobile-nav-heading"><i class="fa fa-bars"></i> <?php _e('Navigation', ETHEME_DOMAIN); ?></div>
You can edit word there or remove it to leave “x” element.
Regards,
Robert Hall
You’re welcome and have a good day!
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Please use this code in style.css of the Child Theme.
.product-information .share-title {
padding: 0px 15px 0px 0px;
}
Regards,
Robert Hall
I’ve activated the Child Theme. Please check it.
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
Your FTP credentials aren’t correct. Please check them.
Regards,
Robert Hall
Hello,
As I see you still using old theme version (http://prntscr.com/aazvy7). Please update to the latest and check this issue.
Regards,
Robert Hall
Hello,
Please add this code in Theme Options->Custom CSS->Global Custom CSS.
.meta-post {
display: none;
}
Regards,
Robert Hall
Hello,
You can edit this part in Dashboard->Theme Options->Single Product Page->Return.
See screenshot: http://prntscr.com/aazs27
Regards,
Robert Hall
Hello,
I’ve selected the Footer block for Home Page in Page Settings->Page Layout->Use custom footer for this page. See screenshot: http://prntscr.com/aazqzy
Regards,
Robert Hall
Hello,
Please add the following code in Theme Options->Custom CSS->Global Custom CSS.
.mobile-nav-heading.close-mobile-nav {
display: none;
}
Regards,
Robert Hall
Hello,
Yes, please add this code in Global Custom CSS.
.products-grid .product-title {
margin: 15px 0 15px;
}
Regards,
Robert Hall
Hello,
Please add this code in Global Custom CSS.
.page-content {
margin-bottom: 0px;
}
.vc_custom_1456529950844 {
margin-bottom: 0px !important;
}
Regards,
Robert Hall
Hello,
Please provide us with screenshot where the Social Icons should be.
Also I see only description and reviews tabs on the Single Product Page.
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
Navigate to Theme Options->Products Page Layout->Show product categories->select Off.
Also add the following code in Theme Options->Custom CSS->Global Custom CSS.
.products-grid .product-title > a {
font-weight: bold;
}
Regards,
Robert Hall
Hello,
Please add this code in Theme Options->Custom CSS->Global Custom CSS.
.tabs .tab-content h2 {
display: none;
}
Regards,
Robert Hall
Well, then you will need only code that I’ve wrote in my last post.
Regards,
Robert Hall
Yes, you can also use this code to change images in the Child theme, but in the future if you want to change some size then you need apply width, height value and some other parameters to Child Theme or use Global Custom CSS to stylize something else.
.filter-wrap .view-switcher .switchToGrid .icon-th-large {
background-image: url(images/grid-icon.png);
}
.filter-wrap .view-switcher .switchToList .icon-th-list {
background-image: url(images/list-icon.png);
}
Regards,
Robert Hall
Hello,
Please read our documentation:
https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate
In this case you don’t need to use plugins, just do it as described there.
Regards,
Robert Hall
If you want to change grid-icon.png you need also copy CSS code from default theme to Child Theme. For example:
.filter-wrap .view-switcher .switchToGrid .icon-th-large {
width: 14px;
height: 14px;
display: inline-block;
margin: 9px 0;
opacity: 0.4;
background-image: url(images/grid-icon.png);
background-repeat: no-repeat;
background-position: center center;
}
The same thing for list-icon.png
.filter-wrap .view-switcher .switchToList .icon-th-list {
width: 14px;
height: 14px;
display: inline-block;
margin: 9px 0;
opacity: 0.4;
background-image: url(images/list-icon.png);
background-repeat: no-repeat;
background-position: center center;
}
Please add my code to Child theme and check it.
Regards,
Robert Hall