Hello,
We’re glad to hear that your issue was solved.
Have a nice day.
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day.
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.fixed-header-area.fixed-already {
background-image: url(http://www.berendetimmerwerken.nl/wp-content/uploads/2014/02/brownboard.jpg);
}
.fixed-header-area.fixed-already a {
color:white;
}
.header-wrapper.header-type-5.header-scrolling a{
color:white;
}
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.single-product-page .product-thumbnails-slider .flex-direction-nav {
visibility: visible;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Please add this code in Custom CSS:
.widget_product_categories h2 {
margin-bottom: 0;
}
.product-categories > li:hover {
background-color: rgba(12, 179, 215, 0.38);
}
.product-categories > li:hover a {
color: white;
}
.product-categories > li {
transition: all 0.2s ease-in-out;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.admin-bar .fixed-header-area.fixed-already {
background-image: url("here is link to your image");
border-bottom: 0;
}
.header-wrapper.header-type-5.header-scrolling {
background-image: url("here is link to your image");
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.woocommerce_product_categories .widget-title {
background-color: #0cb3d7 !important;
padding-left: 10px;
border-top: 0;
color:white;
}
.woocommerce_product_categories {
border: 2px solid #0cb3d7;
border-radius: 7px;
}
.woocommerce_product_categories .product-categories li a {
margin-left: 10px;
}
.woocommerce_product_categories .product-categories {
margin-bottom: 0;
}
.widget_product_categories{
border: 2px solid #0cb3d7;
margin-bottom: 20px;
border-radius: 7px;
}
.widget_product_categories ul li a {
margin-left: 1vw;
}
.widget_product_categories h2 {
padding-left: 1vw;
padding-top: 1vw;
padding-bottom: 1vw;
color: white;
border-bottom: 2px solid #0cb3d7;
background-color: #0cb3d7;
}
.widget_product_categories .with-accordion {
margin-bottom: 0;
}
To make zoom effect work correctly you need to upload image with a larger size http://prntscr.com/djsph8, or you can disable zoom (Theme Options > Single Product Page > Zoom effect).
Regards,
Rose Tyler.
Hello,
In this case, you need to add the class for black line separator block, for example, http://prntscr.com/djojsa and next add this code in Custom CSS:
.black-separator h4 {
color: black !important;
}
Regards,
Rose Tyler.
Hello,
Try to add color: grey; in previous code
and this code in Global Custom CSS:
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
color: grey;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Feel free to ask if you need any other help.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Fixed. Please check it now.
Regards,
Rose Tyler.
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.single-product .product-content {
width: 100%;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
footer #wpmega-menu-max_mega_menu_2 {
background-color: black;
}
footer #wpmega-menu-max_mega_menu_2 > li:hover {
background: red;
}
footer #wpmega-menu-max_mega_menu_2 a {
color: blue;
}
footer #wpmega-menu-max_mega_menu_2 > li:hover a {
color: white;
}
Add your own values.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.vc_gitem-post-data-source-post_excerpt {
display: none;
}
.category .blog-post .content-article p{
display:none;
}
Regards,
Rose Tyler.
Hello,
Sorry for a delay.
They are stretched to the container width.
If you want to make them wider you need either stretch row content http://prntscr.com/dj7zy9 or stretch container width.
Regards,
Rose Tyler.
Hello,
You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Try it:
.header-type-8{
overflow-y: auto;
overflow-x: hidden;
}
Regards,
Rose Tyler.
Hello,
Thank you for contacting us.
Try to add this code in Custom CSS file:
.woocommerce-MyAccount-content .span3 {
display: none !important;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.blog .content-article p {
display: none;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Oh, I see. Change previous code to
<?php if ( is_shop() || is_product_category() || is_product_tag() || taxonomy_exists( 'brand' ) && is_tax( 'brand' ) ): ?>
<h1 class="title"><span><?php woocommerce_page_title(); ?></span></h1>
<?php else: ?>
<h1 class="title"><span><?php the_title(); ?></span></h1>
<?php endif; ?>
Regards,
Rose Tyler.
Hello,
Please add this code in custom.css file:
@media (max-width: 480px){
.header-variant2 #top-cart {
margin: 20px 0 10px 0;
}
}
Regards,
Rose Tyler.
Hello,
Glad to hear that problem has been resolved.
Have a nice day.
Regards,
Rose Tyler.
Hello,
You can edit register form in the file wp-content/themes/woopress/framework/theme-functions.php (line 1287, find the section “! Registration Form”).
Make your changes in the child theme to prevent losing them after theme update.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please see screenshots: http://prntscr.com/difzw4 http://prntscr.com/dig03p
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
footer.main-footer.main-footer-1.text-color-light {
background-color: #800000;
background: -webkit-linear-gradient(top,#800000,#000000);
}
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.page-wrapper .content-page {
display: block;
clear: both;
}
Regards,
Rose Tyler.