Hello,
Please read this topic https://www.8theme.com/topic/search-fields-woopress/
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.
Hello,
Please add this code in Custom CSS:
.header-wrapper .menu > li > a {
z-index: 3;
}
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,
Please, provide wp-admin access in Private Content.
Regards,
Rose Tyler.
Hello,
Please provide us with FTP credentials in private content area.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.bc-type-1 {
text-align: left;
}
.page-heading .title {
text-align: left;
margin-left: 0;
}
Please read this topic https://www.8theme.com/topic/woocommerce-variation-swatches-and-photos/
Regards,
Rose Tyler.
Hello,
To add Language Switcher go to WPML > Languages > Language switcher options > select Mobile sidebar area.
Detailed information about WPML plugin and its settings you can find here https://wpml.org/documentation/
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.out-stock {
background: rgba(0, 128, 0, 0.6);
}
Regards,
Rose Tyler.
Hello,
Try to change this code
.page-id-51 .vc_custom_1478790448166 {
display: none;
}
.page-id-51 .vc_row.vc_row-o-content-middle {
min-height: 300px !important;
}
to
.page-id-51 .vc_custom_1478790448166 {
margin: auto !important;
}
.page-id-51 .vc_custom_1478790448166 p {
font-size: 60px !important;
}
.page-id-51 .vc_row.vc_row-o-content-middle {
min-height: 250px !important;
}
Also, add this code in Custom CSS:
.home .page-content {
margin-bottom: 0;
}
Regards,
Rose Tyler.
Hello,
Thank you for contacting us.
Please provide us with wp-admin access in Private Content.
Also, you can read our documentation: https://8theme.com/demo/docs/woopress/index.html#!/0_footer
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to set header #17 and add this code in Custom css:
.header-wrapper.header-type-17 {
z-index: 3;
position: absolute;
overflow: hidden;
left: 50%;
transform: translateX(-50%);
}
If this is not what you want then provide me screenshot, link to your site and wp-admin access in Private content area.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS for mobile section:
.page-template-default .wpb_column.vc_column_container.vc_col-sm-3 {
display: none;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day.
Regards,
Rose Tyler.
Hello,
Was your problem resolved?
Could you please provide me with wp-admin credentials in Private content area?
Regards,
Rose Tyler.
Hello,
Edit your Checkout page and select Sidebar Position as “Without Sidebar”.
Regards,
Rose Tyler.
Hello,
Try to add this code in custom css:
@media (max-width: 480px){
.shopping-cart-widget:hover .widget_shopping_cart_content {
visibility: hidden;
}
}
Regards,
Rose Tyler.
Hello,
You need to edit the wp-content/themes/woopress/framework/shortcodes.php file, remove the following part of code in lines 461-466:
<div class="form-group">
<p class="form-name">
<label for="contact-website" class="control-label"><?php _e('Website', ETHEME_DOMAIN) ?></label>
<input type="text" name="contact-website" class="form-control" id="contact-website">
</p>
</div>
Go to Theme Options > Shop > Enable “Sale” icon > Off.
Regards,
Rose Tyler.
Hello,
Add this code in Global Custom CSS:
.product-information .email-link {
display: none;
}
You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.
Regards,
Rose Tyler.