Hello,
You’re welcome!
In
.page-id-22382 p:nth-child(1) {
text-align: center !important;
}
Add: font-size: 19px !important;
Also you can add this code for the text:
.vc_row.wpb_row.vc_row-fluid h1 em {
font-weight: 900 !important;
}
Regards,
Rose Tyler.
Hello,
I see you have a message http://prntscr.com/boya88, please install Visual Composer plugin completely.
Regards,
Rose Tyler.
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.vc_column-inner .wpb_wrapper h2 {
font-size: 24px;
}
Regards,
Rose Tyler.
Hello,
Please, use this code
add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2);
function change_existing_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case 'CAD': $currency_symbol = 'CAD'; break;
}
return $currency_symbol;
}
Regards,
Rose Tyler.
Hello,
Please add this code in Theme Options -> Styling -> Custom CSS -> Global Custom CSS:
.header-type-2 .menu-wrapper .menu > li > a{
padding-top: 25px;
padding-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please, read this article https://docs.woothemes.com/document/editing-product-data-tabs/.
To add a contact form you can use plugin Contact Form 7. Documentation here http://contactform7.com/docs/
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You can change this font size in child style.css -> 257 string -> font-size: 14px !important; //write the desired value http://prntscr.com/bom2rk.
Regards,
Rose Tyler.
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.page-id-22382 .aps-social-icon-wrapper {
text-align: center;
}
.page-id-22382 p:nth-child(1) {
text-align: center !important;
}
And remove:
.page-content, .content-page {
margin-top: 0px; //or put another meaning here, for example 15px
}
in your Custom CSS for mobile.
Regards,
Rose Tyler.
Hello,
You need watch the video Legenda WordPress Theme – How to create custom.css file https://www.8theme.com/videos/. In file add this code:
.product-info span.posted_in {
display: none !important;
}
Regards,
Rose Tyler.
Hello,
Please, read this article https://docs.woothemes.com/document/add-a-custom-currency-symbol/
Regards,
Rose Tyler.
Hello,
You need to recreate footer as described in our documentation:
https://8theme.com/demo/docs/legenda/#!/footer
Also, please, watch the video Legenda WordPress Theme – How to create footer
https://www.8theme.com/videos/
Regards,
Rose Tyler.
Hello,
For brands, please see the video Legenda WordPress Theme – How to create custom.css file https://www.8theme.com/videos/. In file add this code:
.wpb_wrapper img {
-webkit-filter: grayscale(100%);
}
Also, this video can help you – Legenda WordPress Theme – How to create menu.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.sidebar-widget .blog-post-list .date-event {
background-color: red;
outline-color: black;
border-color: red;
}
Regards,
Rose Tyler.
Hello,
You can delete the image by adding this code in Theme Options > Custom CSS > Global Custom CSS:
.empty-category-block h2:before{
display: none;
}
.main-products-loop .empty-category-block h2{
margin-top: 30px;
}
Or
.empty-category-block h2:before{
background-image: url(images/empty-search.png); // provide the path to other pictures
}
Regards,
Rose Tyler.
Hello,
As I see, the text of that page is already correct http://prntscr.com/bmx51n.
To change the color of the headlines, please, insert this text in Theme Options > Custom CSS > Global Custom CSS:
.vc_row.wpb_row.vc_row-fluid h1 {
color: #333;
}
.smile_icon_list.top li .icon_description h1 {
color: #333;
}
You can use <br>
to remove it on mobile. Please add this code in Theme Options > Custom CSS > Custom CSS for mobile landscape and Custom CSS for mobile
br{
display: none;
}
Regards,
Rose Tyler.
Hello,
Please go to Theme Options -> Single Product Page-> Enable slider for gallery images.
Regards,
Rose Tyler.
Hello,
You’re welcome!
We’re glad to hear that your issue has been resolved.
If you have any questions feel free to contact us.
Regards,
Rose Tyler.
You’re welcome!
Please add this code in Theme Options > Custom CSS:
textarea.wpcf7-form-control.wpcf7-textarea {
border-color: #d5d5d5;
}
textarea.wpcf7-form-control.wpcf7-textarea:focus {
outline: none;
border-color: #252525;
}
Regards,
Rose Tyler.
You’re welcome!
What element do you use to display posts on your home page? Please, provide link to page where we’ll be able to see them
Regards,
Rose Tyler.
Hello,
Please add this code in Theme Options > Custom CSS:
input.wpcf7-form-control.wpcf7-text {
width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 100%;
}
Regards,
Rose Tyler.
Hello,
Please set Excerpt length (words) in Theme Options -> Blog Layout, for example 99999. Next, you need to remove the tag More http://prntscr.com/bm10tb.
To remove Read more button add this code in Theme Options > Custom CSS:
span.btn.big.filled.pull-right.read-more {
display: none;
}
Regards,
Rose Tyler.
Hello,
We tried to fix the problem but seems js files are cached. Could do disable server/cloud flare cache if you use it.
Regards,
Rose Tyler.
Hello,
If you have the latest version WooCommerce, you can remove the € sign by adding this code in Theme Options > Custom CSS:
.woocommerce-Price-currencySymbol {
display: none;
}
Or read this article https://docs.woothemes.com/document/add-a-custom-currency-symbol/.
We do not have strange symbols on our test site. If in the theme files have been any changes, please move all changes in child theme https://codex.wordpress.org/Child_Themes. We have already created and included child theme in theme package. You just need to find royal-child folder in theme package and upload it to /wp-content/themes/ folder.
After transferring the changes, try to re-upload the original theme files and check if strange symbols disappears.
New version of WooCommerce supports warning message. Within next days we’ll release new theme update that will be compatible with WC 2.6. Please, wait a few days and update the theme + WC to the latest versions.
Regards,
Rose Tyler.
No, this code does not work for all the headings and breadcrumbs. You need to change it depending on where exactly you want to make titles shorter. We just gave you the point into the right direction and now you can change the code according to your needs. If you need additional customization you can order our customization service https://www.8theme.com/customization-services/
Regards,
Rose Tyler.
You’re welcome!
If you want to make equal size for all the product images, either upload images with the same sizes or enable Hard Crop in WooCommerce-> Settings-> Product -> Display and Regenerate thumbnails after that.
Regards,
Rose Tyler.
Hello,
Also, you can try to add something like the following code in your child theme functions.php file.
add_filter( 'the_title', 'shorten_my_title', 10, 2 );
function shorten_my_title( $title, $id ) {
if ( is_shop() && get_post_type( $id ) === 'product' && strlen( $title ) > 50 ) {
return substr( $title, 0, 50 ) . '...'; // change 50 to the number of characters you want to show
} else {
return $title;
}
}
Regards,
Rose Tyler.