Hello,
Try to add this code in Custom CSS file:
.top-bar .languages-area {
width: 220px;
}
.top-bar #woocs_selector-2 {
display: inline-block;
}
.top-bar #qtranslate-6 {
float: right;
margin-top: 4px;
}
How to create custom.css you can watch in this tutorial
https://youtu.be/Qok2zRedRMY
Regards,
Rose Tyler.
Hello,
Unfortunately, in our theme it’s not possible to have a different logo in the fixed navigation.
You can disable it in Theme Options > General > Fixed navigation > Off.
Please, try to add this code in Custom CSS file:
.fixed-header {
background-color: black;
}
.fixed-header .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
color: white;
}
How to create custom.css you can watch in this tutorial
https://youtu.be/Qok2zRedRMY
Regards,
Rose Tyler.
Hello,
I’ve added some code in your Custom CSS and Custom for Company page http://prntscr.com/e0z03a http://prntscr.com/e0z1b2 . Clear browser cache, and check.
Regards,
Rose Tyler.
Hello,
Unfortunately, as a result of a great extent of work, we have a turn for customization services. So, please, contact to our partners, they are able to give you a high-quality service to customize your theme.
Thank you.
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
Also, you can edit the file wp-content/themes/woopress/woocommerce/content-product.php and add this code
http://prntscr.com/e0x0ce <a class="hover-mask-link" href="<?php the_permalink(); ?>"></a>
Make your changes in the child theme to prevent losing them after theme update.
In this case, add this code in custom css:
.hover-mask-link {
width: 100%;
height: 100%;
display: block;
}
Regards,
Rose Tyler.
Hello,
I’ve changed some code in Custom css. Clear browser cache, and check http://prntscr.com/e0wy0h http://prntscr.com/e0wy31.
We’re glad to hear that your issue was solved.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to change “The minimum height of the Slider in FullWidth or Auto mode” http://prntscr.com/e0nfst
Regards,
Rose Tyler.
Hello,
I’ve added code in Custom CSS for mobile http://prntscr.com/e0mxy9. Clear browser cache, and check.
Also, see screenshot http://prntscr.com/e0myia
Regards,
Rose Tyler.
Hello,
Please refer to our documentation:
https://www.8theme.com/classico-theme-documentation/ (paragraph “7. Sliders”).
Regards,
Rose Tyler.
Hello,
I’ve added some code in your Custom CSS for mobile http://prntscr.com/e0mn9a. Clear browser cache, and check.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Sorry, but we don’t provide support for 3-rd party plugins you are using as it’s out of our support scope.
Please use standard brands. I’ve created standard brand http://prntscr.com/e0lmb4 and Brand page test http://prntscr.com/e0ln2i, please check.
Regards,
Rose Tyler.
Hello,
Could you also give FTP credentials to check this issue?
Regards,
Rose Tyler.
Hello,
Unfortunately, there is no such option in the theme. You can add this code in Custom css:
.products-grid .product-image-wrapper.hover-effect-mask .hover-mask {
width: 50%;
height: 50%;
top: 25%;
left: 25%;
}
Regards,
Rose Tyler.
Hello,
Please, provide wp-admin access in Private Content.
Regards,
Rose Tyler.
Hello,
Navigate to Pages->edit page->Page layout->Show Page Heading and select disable.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Oh I see, please, change previous code to:
@media only screen and (max-width: 992px){
.page-wrapper .sidebar-mobile-top .content, .page-wrapper .sidebar-mobile-top .product-content{
-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
}
.page-wrapper .sidebar-mobile-top .sidebar, .page-wrapper .sidebar-mobile-top .single-product-sidebar{
-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;
}
}
Regards,
Rose Tyler.
Hello,
Try to delete this code in your Custom css:
@media only screen and (max-width: 992px){
.sidebar-mobile-top>.row, .sidebar-mobile-top>.product>.row {
flex-direction: column-reverse;
}
}
Regards,
Rose Tyler.
Hello,
Please navigate to Dashboard > Theme options > Header and disable ‘Enable cart widget’ option http://prnt.sc/dzl5gm
Regards,
Rose Tyler.
Hello,
To change logo please check the page editor in Pages section and look at “Logo image for this page” field in Page Layout box on the right side of the editor http://prntscr.com/e0hbgn
Regards,
Rose Tyler.
Hello,
Please read here https://www.8theme.com/demo/docs/royal/#!/4_registration_page how to add Register link.
Also, credentials you provided are incorrect. Check them and provide the correct one.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
Please, add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.top-bar .ubtn-ctn-center {
margin-bottom: 10px;
}
.top-bar .languages-area .topbar-widget {
display: none;
}
Regards,
Rose Tyler.
Hello,
Try to disable all 3-rd party plugins, clear browser cache, and check the issue.
Also, check if the problem persists with default Woocommerce theme Storefront.
Regards,
Rose Tyler.