Hello,
Please use this code in 8Theme Options->Styling->Custom CSS->Global Custom CSS.
.product .product-details .product-title a{
height: 30px;
}
Regards,
Robert Hall.
Hello,
Please use this code in 8Theme Options->Styling->Custom CSS->Global Custom CSS.
.product .product-details .product-title a{
height: 30px;
}
Regards,
Robert Hall.
If you use Child theme it’s not necessarily to use custom.css. You can add code above to style.css of the Child Theme.
Regards,
Robert Hall.
Try to add the following code
.widget-container.widget_nav_menu li a{
color:#fff;
}
#nav_menu-2{
margin-top: -27px;
}
Regards,
Robert Hall.
Hello,
Please use this code in custom.css
.icon-facebook,
.icon-pinterest,
.icon-instagram{
font-size: 24px;
margin-left: 10px;
color: #d2d2d2;
position: relative;
cursor: pointer;
top: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.custom-info-block a i:hover{
color: #ed1c2e;
}
To make them clickabily you need edit code above and put link there, for example
<a href="http://theeventry.com/"><i class="icon-rss"> </i></a></div>
Regards,
Robert Hall.
Hello,
Try to add the following code in custom.css
.product_layout_variant2 .product_description_mainblock {
width: 479px !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,
As I see it’s working fine. Please see screenshot: http://prntscr.com/91wmms
Regards,
Robert Hall.
Please use this code in Global Custom CSS.
.menu-social-icons{
float:right;
}
Regards,
Robert Hall.
We can’t log to admin panel got error “403 Forbidden”. See screenshot: http://prntscr.com/91vnnu
Also you forget to provide us with FTP credentials.
Regards,
Robert Hall.
1) In this case try use this code
.product-category > a img {
margin-bottom: 20px;
}
2) You need edit \themes\classico\framework\shortcodes.php file.
Find this section// ! Share This Product and you’ll see code below.
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
Try to use the following code in Global Custom CSS
.product-category .categories-mask {
position: relative;
}
Regards,
Robert Hall.
Hello,
We need login and password to access wp-admin panel and FTP credentials (host, login, password).
You can also ask your hosting to provide credentials for you.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
I’ve added the following code in Global Custum CSS.
.postid-2337 .product-information .short-description {
width: 717px;
}
in Custom CSS for desktop
.postid-2337 .product-information .short-description {
width: 670px;
}
in Custom CSS for tablet, Custom CSS for mobile landscape, Custom CSS for mobile
.postid-2337 .product-information .short-description {
width: 100%;
}
Regards,
Robert Hall.
Please try to add this code in Global Custom CSS.
.postid-2337 .single-product-sidebar .product-brands {
display: none;
}
Regards,
Robert Hall.
Hello,
Please try this code in Global Custom CSS
.breadcrumbs .back-history:hover:before {
color: red;
}
Regards,
Robert Hall.
Please provide us with link to the page where you want to remove the Brand block.
Regards,
Robert Hall.
Hello,
In this case it’s not possible. We can add CSS style as color, font and others, but not text and pictures.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content and we’ll try to update theme.
Also please make full backup of the site.
Regards,
Robert Hall.
Hello,
As I see you’re using some Captcha plugins http://prntscr.com/91ubci
Sorry, but we don’t provide support for 3rd-party plugins.
Regards,
Robert Hall.
Hello,
1) You can use Lightshot programm to make screenshot.
Do you mean this place? http://prntscr.com/91ua88
2) Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
I’ve added the following code in 8Theme options->Styling->Global Custom CSS. Please check.
.shop-full-width .products-grid.row-count-4 .product:nth-child(4n+1) {
clear: both !important;
}
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
You need add the Text widget with following code to Prefooter Row (Appearance->Widgets).
<div class="custom-info-block a-left"><span>Follow Us:</span>
<a href="#"><i class="icon-youtube"> </i></a>
<a href="#"><i class="icon-twitter"> </i></a>
<a href="#"><i class="icon-facebook"> </i></a>
<a href="#"><i class="icon-rss"> </i></a></div>
<div class="custom-info-block a-center"><a href="#">Check Out Our New WordPress Theme !</a></div>
<div class="custom-info-block a-right"><a href="#">Our Support Is Online 24/7 <span>Support Chat</span></a></div>
Regards,
Robert Hall.
Try to add the following code in custom.css
@media (max-width: 767px){
.page-content > .row-fluid .content, .page-content > .row .content {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
order: 0;
-webkit-order: 0;
margin-left: 0;
max-width: 100%;
}}
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 use this code in Theme Options->Custom CSS-> Global Custom CSS.
.product-navigation {
display: none;
}
Regards,
Robert Hall.
Hello,
Try to disable third-party plugins one by one some of them caused issue.
Regards,
Robert Hall.
Hello,
Sorry, but we don’t have such feature in our theme.
Regards,
Robert Hall.
Did you made changes in original theme files?
Please provide us FTP credentials in Private Content and we’ll try to reupload theme.
Also please make full backup of the site.
Regards,
Robert Hall.