Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterCould you please try a manual import? We will provide you a demo files
Before you import make sure all the recommended plugin is installed and also woo commerce plugin.Here is the link for the demo file
https://we.tl/t-7GXL75wKsrPlease follow the screen record
https://www.awesomescreenshot.com/video/22877384?key=f2d044178f917d6b97e891e36bed2096It will take a while to complete import
-
This reply was modified 1 year, 11 months ago by
Psink.
Psink
KeymasterCould you please share your site URL?
Psink
KeymasterYou can add this CSS in the Additional CSS. This CSS will help to change and set the color of the menu and submenu same regardless of screen size
.wp-block-navigation .wp-block-navigation__submenu-icon,
.wp-block-navigation-item__content,
.wp-block-navigation-link a{
color: #fff !important;
}.wp-block-navigation .wp-block-navigation__submenu-icon:hover,
.wp-block-navigation-item__content:hover,
.wp-block-navigation-link a:hover{
color: #f0f0f1 !important;
}you can change the color and hover color as per your need
Psink
KeymasterPlease follow the screen record to set number of slides and the slide image
https://www.awesomescreenshot.com/video/22778043?key=64a15ee85d8794494e2da3e795fd5881Psink
KeymasterSeems you have added an Additional CSS already to your site
Please you can try this CSS, regarding menu width you can adjust the value in .sidr
.sidr{
width: 200px !important;
}.custom-logo-link{
max-width: 100% !important;
left: auto !important;
float: none !important;
}@media only screen and (max-width: 1023px){
.custom-logo-link img {
max-width: 50% !important;
left: auto !important;
}
}@media (max-width: 480px){
.custom-logo-link {
left: auto !important;
}
}@media only screen and (max-width: 767px){
.site-branding {
text-align: center !important;
}
}@media screen and (min-width: 1024px) {
.container{
max-width: 1300px;
width: 100%;
}
#main-nav{
float: none;
}
.container #primary-menu{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
left: 0;
}
}Psink
KeymasterYou mean the burger menu that shows on the small devices to access the menu. I guess it is not a good idea to hide that menu, instead, we can remove the sticky of that element so that it moves up when scrolling the content.
Here is an example of that
https://www.awesomescreenshot.com/video/22776555?key=9d6550414f8193d2c6b320a955169c16Please add this CSS in the Additional CSS
@media only screen and (max-width: 900px){
.mobile-nav-wrap{
padding: 10px;
position: relative;
}a#mobile-trigger {
float: none;
text-align: left;
}#page {
margin-top: 0px;
}
}November 21, 2023 at 9:51 pm in reply to: Woocommerce shopping cart not displaying correctly on mobile #191521Psink
KeymasterCould you please provide us your site URL? We will inspect and provide you a CSS code to fix the issue
Psink
KeymasterPlease follow the screen record
https://www.awesomescreenshot.com/video/22532245?key=e36c27313af88219ec5f154e3a7df2d2Let us know if this helps
Psink
KeymasterWe have updated post-selection on your site please verify from your side and let us know
Psink
Keymastersame for this one ticket https://themepalace.com/topic/services-sections/
Psink
KeymasterHere is my email prashant.themepalace@gmail.com
Psink
KeymasterSeems it is not possible only with the CSS we need to customize the theme code
Psink
KeymasterIs it possible to share your site login we will add it for you.
You can share it with prashant.themepalce@gmail.com
Psink
KeymasterFor that, I recommend you to use the WPML plugin.
Psink
Keymaster@SOMYANG3, the theme does not offer the settings to change only in a particular section. However we can help you with the additional CSS. Could you please share the screen shot of the section where exactly you want to change the font on your homepage?
https://www.awesomescreenshot.com/video/22193862?key=6a0ecc5ef01b47dda2ddfdf4a1e2dd25 -
This reply was modified 1 year, 11 months ago by
-
AuthorPosts





