Forum Replies Created
-
AuthorPosts
-
November 21, 2023 at 9:51 pm in reply to: Woocommerce shopping cart not displaying correctly on mobile #191521
Psink
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=6a0ecc5ef01b47dda2ddfdf4a1e2dd25November 4, 2023 at 10:57 pm in reply to: Just bought ed hub pro and i imported the demo content but i dont see homepage? #191367Psink
Keymaster@LEAFAR1988, After data is successfully imported. Please go Customizer and follow the screen record
https://www.awesomescreenshot.com/video/22193785?key=bb6ec86d73ef742c5a98d8753094f5caPsink
Keymaster@LEAFAR1988, Edufication Pro theme is not fully compatible with the elementor. However, you can create/edit the page with the elementor.
Psink
KeymasterPlease add this CSS
#main-slider .cycle-caption {
display: none !important;
}Let us know if this works
November 1, 2023 at 1:20 am in reply to: How can I adjust the cropping of an image in the Home Page/Slider? #191298Psink
KeymasterYou can share image from this site
https://imgbb.com/you can simply share the link of image generated by that site
November 1, 2023 at 12:03 am in reply to: Adding CSS to Change Color of Contact-Info / Contact-Details Bar #191295Psink
KeymasterPlease add this CSS
p a {
color: #FFD618 !important;
}p a:hover {
color: #000 !important;
}.topheader-dropdown:hover, .topheader-dropdown:focus {
background: #FFD618 !important;
}@media screen and (max-width: 1279px){
#top-header .contact-info {
background-color: #FFD618 !important;
}
}Here is the screen record after adding this CSS
https://www.awesomescreenshot.com/video/22081301?key=fc05cb2cdccff24d353c8130b19de420October 31, 2023 at 11:52 pm in reply to: How can I adjust the cropping of an image in the Home Page/Slider? #191294Psink
KeymasterI see the height of the banner is pre-defined and that is 100vh both for larger and smaller screens. I made little changes in the CSS for small device I made height half 50vh
#page-site-header{
background-size: cover !important;
}@media screen and (max-width: 600px) {
#page-site-header{
height: 60vh !important;
}
}here is the screen record how it looks
https://www.awesomescreenshot.com/video/22081128?key=da0e8c60fc45fde62e42634817891ae4and you can adjust height as per your need
-
AuthorPosts