Hello,
Thank you for contacting us.
Could you please provide a link to your website and with wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
Thank you for contacting us.
Could you please provide a link to your website and with wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
Try to add this code in Global Custom CSS section:
.footer-top .widget_nav_menu li.current-menu-item a {
background: transparent;
color: black !important;
}
.navbar-collapse.collapse {
display: flex !important;
justify-content: center;
margin-top: 15px;
}
and this for mobile:
.navbar-right .navbar-right {
left: 14px;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Global Custom CSS section:
.header-wrapper .menu {
padding-top: 0;
padding-bottom: 0;
line-height: 10px;
}
.header-wrapper .menu > li > a:hover {
background-color: white;
color: black;
}
For this .header-wrapper .menu > li > a in custom css you can change padding to padding-bottom: 5px;, also add transition: all 0.2s ease-in-out;
Regards,
Rose Tyler.
Hello,
Try to change Product type http://prntscr.com/dta2nf
You can select Products Type “New” in the Products element settings, but you should also mark products as new in the edit http://prntscr.com/dta38h
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.page-numbers .prev, .page-numbers .next {
height: 27px;
}
Regards,
Rose Tyler.
Hello,
Could you please show a screenshot for better understanding what exactly space you want to remove?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.single-post .blog-post .active {
display: none;
}
.single-post .blog-post .entry-title {
display: none;
}
.single-post .blog-post .meta-post {
display: none;
}
.single-post .content.col-md-12 p:last-child {
display: none;
}
.single-post .blog-post .content-article p{
display:block !important;
}
Go to Theme Options > Blog Layout > Show About Author block.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.widget_shopping_cart_content .empty {
margin-bottom: 0;
}
Regards,
Rose Tyler.
Hello,
As I see, your mobile menu colors are different http://prntscr.com/ds4r78
Was your problem resolved?
Regards,
Rose Tyler.
Hello,
You can edit themes/woopress/woocommerce/content-product_cat.php file.
Make your changes in the child theme to prevent losing them after theme update.
Also, try to add this code in Custom CSS:
.post-type-archive-product .categories-mask span {
display: none;
}
Regards,
Rose Tyler.
Hello,
I’ve create Static Blocks > Footer test like on demo. You can edit it.
Also, clear browser cache and check your Home page now.
Regards,
Rose Tyler.
Hello,
Try to found this option in Woocommerce > Settings > Products > Display > Product Image Gallery http://prntscr.com/ds45ze
Also, you can use Lightbox option in our theme in Theme Options > Single Product Page > “Enable Lightbox for Product Images”.
Regards,
Rose Tyler.
Hello,
Could you please provide a link to your website so we could check it?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please, add !important http://prntscr.com/dru5b6
Also, try to use this code for header menu:
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
opacity: 0.9;
}
.main-nav .menu > li .nav-sublist-dropdown {
opacity: 0.9;
}
Regards,
Rose Tyler.
Hello,
Second menu on “My Account” page is related to Woocommerce. If you want to remove it. Use this css code:
.woocommerce-account .woocommerce-MyAccount-navigation {
display: none;
}
This is default Woocommerce layout. If you want to edit it you have to modify Woocommerce files wp-content\plugins\woocommerce\templates\myaccount\ folder.
Regards,
Rose Tyler.
Hello,
Please read this topic https://www.8theme.com/topic/search-fields-woopress/
Regards,
Rose Tyler.
Hello,
Your changes won’t be lost if you modify custom.css file only and not original style.css. If you’re using custom.css of the parent theme, that’s fine. Custom CSS file is used to overwrite original css styles. It’s not recommended to edit original style.css.
You can make changes either in custom.css file or in child style.css.
Only if you made changes in template files instead of child theme then these changes will be lost. That’s why we always recommend to use child theme for all the types of customization.
Regards,
Rose Tyler.
Hello,
As I see, your “My acoun” page is fine.
Please, see screenshot for create menu http://prntscr.com/drs8n1.
Go to Theme Options > Shop > “Enable sidebar on “My Account” page”.
Also, you can change some options in WooCommerce > Settings > Accounts.
Regards,
Rose Tyler.
Hello,
Please read about the child theme
https://codex.wordpress.org/Child_Themes
When you edit some files in the parent theme and don’t want to lose modifications after theme update you should copy the edited file to the same file structure in the child theme.
Also if you use child theme you need make style changes in style.css of the child theme, you should write only the code for the element you want to modify and don’t copy whole parent style.css.
Besides we always recommend to create backup before each update and modify theme files in the child theme.
Regards,
Rose Tyler.
Hello,
For change breadcrumbs go to Theme Options > Color Scheme > Breadcrumbs background http://prntscr.com/drplns
Also, add this code for change color other text in breadcrumbs:
#breadcrumb {
color: red;
}
Try to set this header type http://prntscr.com/drplti
Regards,
Rose Tyler.
Hello,
Please refer to Woocommerce documentation:
https://docs.woothemes.com/document/change-add-to-cart-button-text/
Regards,
Rose Tyler.
Hello,
Unfortunately there is no such option.
But you can disable Cart widget (Theme Options > General > Header Settings > Enable cart widget > Off).
Regards,
Rose Tyler.
Hello,
I’ve created Footer Statick Block with your content and added it in Appearance > Widgets http://prntscr.com/drbf9v
Could you please clarify with more details what exactly you want to change?
Regards,
Rose Tyler.
Hello,
Add this code in Global Custom CSS:
.product-information .compare:before {
content: "\f074";
font-family: FontAwesome;
margin-right: 5px;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.fa-search:before {
content: url('http://www.furnitureplus.com/wp-content/uploads/2017/01/catalog-fp.png');
position: absolute;
left: -400%;
top: -35%;
}
.et-search-trigger .fa-search {
background: transparent;
}
Regards,
Rose Tyler.