Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
@PRISCILLALONG93, It was showing active on the site rbswp.azurewebsites.net/ and we have just removed that test site. Now, you can login to your site and active the license key on the site and update the theme.
PsinkKeymaster@PRISCILLALONG93, Thanks for reaching out to us.
We will check from our side and come back to you soon
PsinkKeymaster@RJHOLOHANGMAIL-COM, you can see the font from Goole Fonts
here is the link – https://fonts.google.com/PsinkKeymasteryou can add this CSS to reduce white space
.home #content{
padding-top: 20px;
padding-bottom: 20px;
}you can adjust the value of padding-top for white space A and similarly padding-bottom for white space B
PsinkKeymaster@S967766, yes it is possible to decrease the white space.
Could you please share your site URL? we will provide you CSS to decrease the white space
PsinkKeymasterThanks for reaching out to us.
Here is the theme instruction, this will help you to get started with the signify dark theme
https://themepalace.com/instructions/themes/signify-dark/Let us know if you need any assist
PsinkKeymasterCould 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 11 months, 3 weeks ago by Psink.
PsinkKeymasterCould you please share your site URL?
PsinkKeymasterYou 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
PsinkKeymasterPlease follow the screen record to set number of slides and the slide image
https://www.awesomescreenshot.com/video/22778043?key=64a15ee85d8794494e2da3e795fd5881PsinkKeymasterSeems 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;
}
}PsinkKeymasterYou 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 #191521PsinkKeymasterCould you please provide us your site URL? We will inspect and provide you a CSS code to fix the issue
PsinkKeymasterPlease follow the screen record
https://www.awesomescreenshot.com/video/22532245?key=e36c27313af88219ec5f154e3a7df2d2Let us know if this helps
PsinkKeymasterWe have updated post-selection on your site please verify from your side and let us know
-
AuthorPosts