Hello,
I’m glad that you sorted out.
Feel free to ask if you need any other help.
Regards,
Rose Tyler.
Hello,
I’m glad that you sorted out.
Feel free to ask if you need any other help.
Regards,
Rose Tyler.
Hello,
Please, add this code in file Custom CSS:
li.page_item.page-item-9361 {
display: none;
}
li.page_item.page-item-9295 {
display: none;
}
Regards,
Rose Tyler.
Hello,
Please add this code in Theme Options -> Styling -> Custom CSS -> Global Custom CSS:
.etheme_widget_socials a {
transition: all 0.25s ease-in-out;
}
.top-links li a {
transition: all 0.25s ease-in-out;
}
Regards,
Rose Tyler.
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please, add this code in Theme Options -> Styling -> Custom CSS -> Global Custom CSS:
.product .progress-button[data-style="shrink"]:hover {
color: #2a2a2a;
}
Regards,
Rose Tyler.
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.