Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
.header .cart-bag {
padding-top: 13px;
}
.header .badge-number, .fixed-header-area .badge-number {
top: 12px;
right: -8px;
}
Also, Theme Options > Header Settings > Fixed header color scheme > Dark.
Regards
Hello,
.header-wrapper .menu-wrapper .menu>li:not(:first-child)>a:before {
display: none;
}
Regards
Hello,
Our theme inherits WC functionality. If something works fine with Storefront (default WC theme) but doesn’t work with our theme, contact us and we will help.
Regards
Hello,
Please provide FTP access also.
Regards
Hello,
You use the default Image Carousel element of WPBakery Page Builder plugin, so all available settings you can find in settings of the element.
Also, you can try to use [8theme] Brands carousel element. To create Brands go to Products > Brands.
Regards
Hello,
Please do not forget to provide, in every your topics, URL and temporary wp-admin access.
Regards
Hello,
Please add this code:
.menu-item-hovered {
position: relative;
}
Regards
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
Hello @zucca,
You added
http://prntscr.com/lewbso
– it is incorrect
You need to change http://prntscr.com/lewcjf to >
Regards
Hello,
1. There is no such possibility, unfortunately.
2. You can delete margin-top: 50px; from this custom css code http://prntscr.com/len5be
or add this code
.filter-content .btn {
margin-top: 0px;
}
3. Add this code in Global custom css:
@media only screen and (max-width: 1200px){
.shopping-container .shopping-cart-widget {
padding-right: 0px;
}
}
4. Change this custom css code http://prntscr.com/len75t
and add this:
.header-wrapper .shopping-container i.fa {
color: black !important;
}
Regards
Try to change “Cart” using translation files https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ create English translation for Royal theme, change strings, for example, http://prntscr.com/len3kg and disable the plugin.
Regards
1) Please describe the desired result in more details.
2) http://prntscr.com/len1ry https://prnt.sc/len21h
Regards
Hello,
Please provide us with temporary wp-admin and FTP access.
Let us know what files were edited and what exactly was changed.
Regards
Dear @zucca,
Make sure that you added the code correctly – https://gyazo.com/0162694cdbf7d6abfd10d326fdd78c40
Regards
Hello,
Please provide temporary wp-admin and FTP access.
Regards
Please provide FTP hostname, FTP username, FTP password, and port.
Regards
Hello @zucca,
Have you added this code?
.main-nav .menu > li > a:after {
display: none;
}
Regards
Hello,
Have you made changes in template files?
Please check how it works with default WC theme – Storefront.
Provide us with FTP access also.
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
Please provide us with temporary wp-admin and FTP access.
Regards
Please see screenshots http://prntscr.com/lel6ex > http://prntscr.com/lel6l5
Regards
Hello,
I can’t log in. Please provide correct access.
Regards
Hello,
Please try to change this custom css code (Theme Options > Custom css > Global custom css):
.header .navbar {
padding-top: 0px;
padding-bottom: 0px;
}
to
.header .navbar {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.header .navbar .tbs {
padding-top: 0px;
}
Also, Theme Options > Header Settings > Header color scheme > Dark.
Regards
Try to change “Brand” using translation files https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ create English translation for XStore theme and Core plugin, change strings, for example, https://prnt.sc/kztw1u and disable the plugin.
Regards
http://prntscr.com/lekaft – it is incorrect, you need to use this code:
.menu-wrapper .menu>li.current-menu-item>a {
color: #a67033 !important;
}
Change this custom css:
.post-type-archive-product .page-heading {
margin-bottom: 7rem;
}
to
.post-type-archive-product .page-heading, .tax-product_cat .page-heading {
margin-bottom: 7rem;
}
Regards