Hello,
Please see screenshots – http://prntscr.com/k45vjb http://prntscr.com/k45vq0
You can change [share] shortcode http://prntscr.com/k45vv8 to desired content, for example, [8THEME] Social links element.
Regards
Hello,
Please see screenshots – http://prntscr.com/k45vjb http://prntscr.com/k45vq0
You can change [share] shortcode http://prntscr.com/k45vv8 to desired content, for example, [8THEME] Social links element.
Regards
Hello,
You can change “Product categories widget title color” and “Product categories widget title background color” go to Theme Options > E-commerce > Categories. To change this border http://prntscr.com/k45u3j you can edit or remove this custom css code http://prntscr.com/k45ubp
Regards
Hello,
Do you use default VC element or GMAPS for VC? The last one has API key field http://prntscr.com/czidd2 https://docs.brainstormforce.com/how-to-create-google-api-key-in-order-to-make-the-google-map-element-work/
Regards
Hello,
Please check this topic https://www.8theme.com/topic/how-to-change-search-appearing-in-header/#post-196304
Regards
In this case, you can use css code (add own code in Theme Options > Styling > Custom css or in style.css of child theme).
For example:
.header-search.act-default [role="searchform"] .btn {
background-color: transparent;
margin-right: 3px;
}
.header-search .fa:before {
color: #b1b1b1;
}
.header-search.act-default input[type="text"] {
border-color: #c1c1c1;
}
.header-search.act-default [role=searchform] .btn:hover {
background-color: transparent;
}
Regards
Hello,
You can edit header structure file depending on header type that you use, in your case, it is xstore/headers/center.php. Do all the changes in child theme files.
If you need help with customization you may contact WPKraken team.
Regards
Hello,
xstore/woocommerce/single-product/product-image.php
Regards
Hello,
Please try to install and activate Really Simple SSL plugin.
If this won’t help, edit legenda/framework/shortcodes.php and change https://prnt.sc/k3c89g to https://prnt.sc/k3c81p
<?php echo et_http(); ?>
Regards
You use 35 plugins, please disable additional plugins then clear cache and try to editing any page. This need to be done to check if there a conflict of your plugins and WPBakery Page Builder.
Regards
You’re welcome!
Regards
Hello,
1. Please update WPBakery Page Builder plugin – https://www.8theme.com/download-plugins/ https://www.8theme.com/faq/
2. Try to disable all 3rd-party plugin.
Regards
Please change font-size in this code – http://prntscr.com/k3b93y to http://prntscr.com/k3b9am
Regards
You’re welcome!
Would you mind to rate our product:
https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
Please use this css code to change color:
.top-panel-inner {
background-color: #b4eb8a;
}
Regards
Hello,
Thank you for your kind words!
Regards
Contact your hosting provider to fix this – http://prntscr.com/k3ay6x
Regards
Please check now – http://prntscr.com/k3arkl > http://prntscr.com/k3arms
Regards
Hello,
You’re welcome!
Would you mind to rate our product:
https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
Hello,
I do not see these problems https://prnt.sc/k3ad9s https://prnt.sc/k387qn
Have you tried to check the site from another computer?
Please try to clear cache and check one more time.
Regards
Please add this code in Custom css for mobile:
.product-content-image .label-product {
display: block;
}
Regards
Hello,
.slide-item .product .product-name, .products-grid .product .product-name {
font-size: 16px;
margin: 0 10px 10px;
text-transform: capitalize;
}
.single-product .page-heading .title span {
font-size: 24px;
}
How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Please provide me links to pages where you have these problems.
Regards
Please try to clear cache and check one more time https://prnt.sc/k39hlp
Also, you can edit Top bar static block and change [share] shortcode to Social links element.
Regards
Hello,
Please provide screenshot where exactly do you want to change it.
Regards
Hello,
1. Positions of widgets you can change in Appearance > Widgets.
2. https://prnt.sc/k387qn Please provide some screenshot for better understanding your problem.
We tested our theme with PHP 7.2 and did not found compatibility problems. But note that some plugins, like Revolution Slider, may have some compatibility issues. It would be better to use PHP 7.1.
Regards
You’re welcome!
Regards
Hello,
Header padding can be changed in Theme Options > General > Header Settings.
To change bg image on mobile you can add this css code in Theme Options > Styling > Custom css > Custom css for mobile:
@media (max-width: 992px) {
header.header.main-header.header-bg-block {
background-image: url(url of your image);
background-size: cover;
padding-top: 20px;
padding-bottom: 20px;
}
}
Also, you can disable “Header overlap” for Home page if this is not required http://prntscr.com/k382k8
Regards