Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
Hello,
Add available search settings you can find in Theme Options > Header > Search.
If you want to include more params for searching then we would recommend you to use third-party search plugins for advanced search.
Regards
Hello,
Please describe the problem in more details with screenshots for better understanding.
Thanks in advance.
Regards
Hello,
Try to use this custom css code:
.post-type-archive-product .header-type-3, .single-product .header-type-3 {
position: relative;
}
Regards
Hello,
Please try this code:
@media only screen and (min-width: 993px) {
.tbs {
padding-top: 0;
}
.header .navbar {
padding: 0;
}
.menu > li > a {
padding-top: 40px;
padding-bottom: 40px;
padding: 40px 20px;
}
.menu > li:last-child > a {
background: #b11111;
color: #fff !important;
}
.menu > li.current-menu-item > a:after {
position: absolute;
bottom: 0;
width: 100%;
height: 2px;
background: #b11111;
content: '';
left: 0;
right: 0;
}
.menu > li.current-menu-item > a {
position: relative;
}
.menu > li:last-child > a:before {
content: '\f095';
font-family: 'fontawesome';
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -150%);
}
.fixed-header-area .header-logo {
padding: 0;
}
.fixed-header-area .menu-main-container > ul {
padding-top: 0;
}
.fixed-header-area .collapse br {
display: none;
}
.fixed-header-area .menu-main-container > ul li {
vertical-align: bottom;
}
.fixed-header-area {
box-shadow: none;
border: none;
}
}
Regards
Such situation happens because of the admin barhttp://prntscr.com/l913s9 Please try to check from an incognito window.
Regards
You’re welcome!
Regards
Hello,
You can delete this code http://prntscr.com/l90qw4 and use Menu links > Paddings settings.
Regards
Hello,
Please provide us with temporary wp-admin access so we can take a closer look.
Deprecated elements are still fully functional. It’s just better to use new elements which are more flexible and powerful.
Make sure that CMB2 plugin is enabled on your site.
Regards
Hello,
Please provide temporary wp-admin access. Also, describe step by step what should be done to re-create the problem.
Regards
Hello,
Please provide us with temporary wp-admin and FTP access so we can take a closer look.
Regards
Hello,
Try to change this code
.mobile-nav .mb-center.maxbutton-1-center .maxbutton-1-container.mb-container .maxbutton-1.maxbutton.maxbutton-drive-traffic .mb-text {
padding-top: 0px !important;
margin-top: -7px;
}
to
.mobile-nav .mb-center.maxbutton-1-center .maxbutton-1-container.mb-container .maxbutton-1.maxbutton.maxbutton-drive-traffic .mb-text {
padding-top: 0px !important;
margin-top: -7px;
font-size: 12px !important;
}
Let us know if you need any further assistance.
Regards
Hello,
1. Please check now.
2. This text looks fine on mobile, as for me. Sorry, but the desired result in unclear for me.
Regards
Hello,
Please provide us with your site URL and temporary wp-admin access so we can take a closer look.
Regards
Hello,
Sorry for the delay due to the weekends.
1. Is the problem solved?
2. Please add this code in Theme Options > Custom css > Global custom css:
.single-product-wide.product-fixed-content .product-information-inner {
padding-left: 0px;
padding-right: 0px;
}
@media only screen and (min-width: 993px) {
.single-product-wide .product-information-inner {
width: 80%;
}
}
Regards
Hello,
You can download full theme archive from ThemeForest.
Feel free to ask if you have any other questions.
Regards
Hello,
Please change this code:
.swiper-entry .swiper-custom-left {
color: red;
}
.swiper-custom-right:before {
color: red;
}
.swiper-custom-left:before {
color: black;
}
to
.swiper-custom-left:before, .swiper-custom-left:hover:before {
color: red;
}
.swiper-custom-right:before, .swiper-custom-right:hover:before {
color: black;
}
Regards
Hello,
Theme Options > Menu > Menu styling > Main menu links > Customize > Menu links > Paddings (Left, Right).
Regards
Hello,
I am glad that you sorted out.
Feel free to ask if you have any other questions.
Regards
Hello,
Please refer to WooCommerce documentation https://docs.woocommerce.com/document/variable-product/ and check available settings http://prntscr.com/l8wjra
Regards
Hello,
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello,
Sorry for the delay due to the weekends.
1) I’ve installed Loco translate plugin – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Please check now http://prntscr.com/l8wgok > http://prntscr.com/l8wgrv
The plugin is deactivated for now.
2)
.woocommerce-shipping-fields .step-title {
display: none;
}
Regards
Hello,
1. Go to edit menu, and change Services page to Custom link http://prntscr.com/l8w4kq
2.
.menu > li:hover .nav-sublist-dropdown, .mobile-nav li > ul {
background-color: #0f0105;
}
.menu .nav-sublist-dropdown ul, .fixed-header-area .nav-sublist-dropdown, .mobile-nav li > ul:before {
border-color: #0f0105 !important;
}
.menu .nav-sublist-dropdown ul > li > a {
color: white;
}
.menu > li.menu-item-has-children > a:after {
display: none;
}
3.
.menu .nav-sublist-dropdown .container, .menu .nav-sublist-dropdown ul {
width: 155px;
}
4. Add this code in Custom css for page:
.list li {
display: block;
}
5. Please describe the desired result in more details.
Regards
Hello,
Try to remove Popup height in Theme Options > Promo popup
Or
add this code in Global custom css:
@media (max-width: 992px) {
#etheme-popup {
max-height: 100vw;
}
}
Regards
Hello,
Site Background option works for Site Layout > Boxed.
If you use Wide Layout, add this code in Theme Options > Custom css:
.st-content {
background-color: #9dc183;
}
Let us know if you need any further assistance.
Regards
Hello,
That is great thank you for letting us know.
This topic will be closed. Please kindly open up new tickets for additional questions.
Regards
Hello,
Sorry for the delay due to the weekends.
1)
.header-wrapper .menu .current-menu-item a {
color: red !important;
}
2) Please provide some screenshots for better understanding the desired result.
Regards
Hello,
Sorry for the delay due to the weekends.
Please provide your site URL so we can take a closer look.
Here is our documentation https://www.8theme.com/demo/docs/woopress/#demo_data_installation Try to use xml files to import demo pages.
Theme demo content comes with placeholders. You can edit content and upload your own featured images if you plan to create your own site.
Let us know if you need any further assistance.
Regards
Hello,
Please read our documentation https://www.8theme.com/demo/docs/lifestyle/ (5.3. Portfolio Page).
Here are screenshots from our demo – http://prntscr.com/l8vlnv > http://prntscr.com/l8vltg
Regards
Hello,
Sorry for the delay due to the weekends.
Please read our documentation https://www.8theme.com/documentation/xstore/theme-installation/demo-content/
Try to import demo content using xml files https://www.8theme.com/download-plugins/ http://prntscr.com/l8unte (Tools > Import > WordPress).
Feel free to ask if you have any other questions.
Regards