Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
same for this one ticket https://themepalace.com/topic/services-sections/
PsinkKeymasterHere is my email prashant.themepalace@gmail.com
PsinkKeymasterSeems it is not possible only with the CSS we need to customize the theme code
PsinkKeymasterIs it possible to share your site login we will add it for you.
You can share it with prashant.themepalce@gmail.com
PsinkKeymasterFor that, I recommend you to use the WPML plugin.
PsinkKeymaster@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? #191367PsinkKeymaster@LEAFAR1988, After data is successfully imported. Please go Customizer and follow the screen record
https://www.awesomescreenshot.com/video/22193785?key=bb6ec86d73ef742c5a98d8753094f5caPsinkKeymaster@LEAFAR1988, Edufication Pro theme is not fully compatible with the elementor. However, you can create/edit the page with the elementor.
PsinkKeymasterPlease 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? #191298PsinkKeymasterYou 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 #191295PsinkKeymasterPlease 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? #191294PsinkKeymasterI 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
PsinkKeymasterThe theme itself does not provide options to add pagination to the News and Events section of the Homepage.
It can be possible with theme customization, you can hire a developer who can customize the theme or you can hire our theme customization team https://themepalace.com/hire-a-customizer/
PsinkKeymasterCould please share your site URL and if possible the reference screenshot? We will provide you CSS to fix this
October 31, 2023 at 11:19 pm in reply to: How can I adjust the cropping of an image in the Home Page/Slider? #191289PsinkKeymasterYou can try this CSS
#page-site-header{
background-size: cover;
}Hope this helps
-
AuthorPosts