Hello,
You can show the Short Product Description (http://prntscr.com/9waf4a) under the price.
Also you need to add this code in Global Custom CSS.
.products-grid .product-excerpt {
display: block;
}
Regards,
Robert Hall.
Hello,
You can show the Short Product Description (http://prntscr.com/9waf4a) under the price.
Also you need to add this code in Global Custom CSS.
.products-grid .product-excerpt {
display: block;
}
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
Hello,
In this case you can add the following code in custom.css file.
@media (max-width: 767px){
.hidden-phone {
display: block !important;
}}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hello,
Please try to add this code in custom.css file.
.blog-post .wp-picture img {
position: relative;
left: 50%;
margin-left: -430px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
Please add the following code in Theme Options->Custom CSS->Global Custom CSS.
.mobile-nav li a,
.mobile-nav-heading {
color: #FFF !important;
}
Regards,
Robert Hall.
Hello,
Please add this code in custom.css file.
.fixed-header .menu > li > a, .main-nav .menu > li > a{
border: 1px solid transparent;
}
.fixed-header .menu > li > a:hover, .main-nav .menu > li > a:hover{
border: 1px solid #000;
color:red;
}
I’ve checked your site and didn’t see there a background image.
Maybe provide screenshot for our better understanding and highlight what exactly you want.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
It requires additional customization in php files which is beyond our basic support scope.
Sorry for inconvinience.
We’ve taken your request into our account.
Regards,
Robert Hall.
Hello,
You can use the WooCommerce Price Filter widget in Appearance->Widgets.
See screenshot: http://prntscr.com/9vy9gx
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
Please try to disable the WP Rocket plugin and check issue.
Regards,
Robert Hall.
Hello,
I’ve added the following code in Global Custom CSS. Please check the font in IE browser now.
body, .btn, .button, .wishlist_table .add_to_cart.button, .wpcf7-submit,
.products-grid .product-title, .widget-title, .footer-top .title, .price, .textwidget a,
.blog-post-list .media-heading a{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
Regards,
Robert Hall.
Hello,
In this case you can use the custom.css file or the Child Theme. It’s your choice.
Regards,
Robert Hall.
Hello,
Navigate to Dashboard->Settings->Reading->Front page->and choose your Home Page.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
You can add this image into Product Short Description field. See screenshot: http://prntscr.com/9vv3mt
Regards,
Robert Hall.
Hello,
I’ve sent you xml files to email address. Please check.
Regards,
Robert Hall.
Hello,
Yes, this is right way, create new row ->add revolution slider element and ID there (http://prntscr.com/9vued4). Then you need to add anchor link to your menu (http://prntscr.com/9vuekm).
Also don’t forget to select One Page navigation, custom menu and disable page heading in Page Settings (http://prntscr.com/9vuf1x). After these steps you’ll get menu on the top and the slider should be under menu, for example http://prntscr.com/9vuhie
Regards,
Robert Hall.
Hello,
Please read more how to setup the footer in our documentation:
https://www.8theme.com/demo/docs/royal/index.html#!/9_footer
Regards,
Robert Hall.
Hello,
We expect new theme version to be released in a week. Please wait a little.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
Hello,
Please add this code in Theme Options->Custom CSS->Custom CSS for mobile.
.product {
width: 50% !important;
}
Regards,
Robert Hall.
Hello,
Please try to reupload the theme files again, but before delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
Please replace code above to this
.page-id-16837 .header,
.page-id-16837 .footer {
display: none;
}
Regards,
Robert Hall.
Hello,
Please try to add this code in custom.css file.
.header,
.footer {
display: none;
}
Regards,
Robert Hall.
Hello,
You can try to add the following code in Global Custom CSS.
.vc_column_container .wpb_text_column h1{
margin-left: -30px;
margin-right: -30px;
}
Regards,
Robert Hall.
Hello,
Please try to add this code in 8theme options->styling->custom css->Global Custom CSS.
.mobile-menu-wrapper .menu > li > a {
float: initial;
}
.fixNav-enabled.admin-bar .fixed-active .header-wrapper {
position: static !important;
}
and this code in 8theme options->styling->custom css->Custom CSS for mobile.
.fixNav-enabled.admin-bar .fixed-active .header-wrapper {
top: 0;
position: fixed !important;
}
Regards,
Robert Hall.