Forum Replies Created
-
AuthorPosts
-
July 30, 2023 at 11:54 pm in reply to: EduficationPro Theme – editing colors and changing menu background color on mobi #190430
Psink
KeymasterRegarding Query No.1
-> You can add this CSS it will apply for all buttons with in the theme.backtotop,
.topheader-dropdown{
background-color: #FFD618;
}Regarding Query No.2
-> You can this CSS to change the color of text, please change the color code as per your requirement
.elementor-element-a896abe .p1 {
color: #f2f9ff;
}July 28, 2023 at 6:55 am in reply to: EduficationPro Theme – editing colors and changing menu background color on mobi #190407Psink
KeymasterRegarding query no. 1
-> You can simply change the theme color schemeor you can add this CSS
.main-navigation ul#primary-menu li.current-menu-item > a,
.main-navigation a:hover, .main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus{
color: #FFD618;
}.contact-details ul li a svg{
fill: #FFD618;
}the best approach is to change the theme color scheme from a customizer
Regarding query no.2
-> Seems you have set “Poppins” fonts from the editor. I guess it’s working I have inspect your site and there is a “Poppins” fonts in useHere is the reference screen record
https://www.awesomescreenshot.com/video/19500864?key=87011d05ac2ba1593278289631c69ba2Psink
KeymasterWe are thankful for addressing the issue. There is a JS code issue please follow the screen record and comment that code and update the changes
https://www.awesomescreenshot.com/video/19469937?key=c1f3b4584c8f0c7c46946e0f88cd94d1July 26, 2023 at 8:21 am in reply to: EduficationPro Theme – editing colors and changing menu background color on mobi #190374Psink
KeymasterActually, theme is not fully compatible with the elementor and any of the page builders. The theme has its own style that’s why the color is not taken
Could you please share your site URL? We will inspect and provide you a CSS later you can add that CSS in the Additional CSS
Could you provide us a list of changes that you want to have on your site if possible with the color code
July 25, 2023 at 11:39 pm in reply to: WP shows error when I try to update limit number of testimonials #190368Psink
KeymasterActually, there was a PHP incompatibility issue, we have fixed the bug in the theme file. Now its working fine
Please verify from your side and let us know
July 25, 2023 at 7:53 am in reply to: WP shows error when I try to update limit number of testimonials #190358Psink
KeymasterIs it possible to share the site login? We will inspect the issue and let you know
You can share your site login to prashant.themepalace@gmail.com
July 24, 2023 at 11:56 pm in reply to: WP shows error when I try to update limit number of testimonials #190349Psink
KeymasterStrange we have checked on both local and live sites but we did not address such an issue.
Does it give the same issue when the counter is set to 9 or only if the counter is set to 10?If the issue is when the counter is set to 10 we can increase the max value to your desired number
July 24, 2023 at 2:28 am in reply to: WP shows error when I try to update limit number of testimonials #190340Psink
KeymasterDid you edit the code customizing code in the theme file? I guess you are unable to published the changes of the customizer, this kind of issue usually arise where there is issue in the customizing code
Psink
KeymasterWe are sorry for the late follow-up. Seems you shift the theme from Signify Dark to Signify
Let us know if you need any assistance regarding setup the theme
Psink
KeymasterYou can add target the id of the element and insert it inside any div here is how its works
https://www.awesomescreenshot.com/video/19206319?key=2fcebe63623019b73127d9a983332964
Here is the code
jQuery(document).ready(function( $ ){
$( ‘#tophead .container’ ).append(
$( ‘#search-2’ )
);
});To add this to the site install the simple custom CSS and js plugin, here is the screen record of how to add
https://www.awesomescreenshot.com/video/19206387?key=5c71f375132036db22aadba1a01f4df5-
This reply was modified 2 years, 2 months ago by
Psink.
Psink
KeymasterSure, you can add this CSS in the Additional CSS. Go to dashboard >> customizer >> Additional CSS. There you can add the CSS
#page-site-header .overlay {
display: none;
}You can change the font size as per your requirement
#page-site-header .page-title{
font-size: 42px;
}Psink
KeymasterIs it possible to share the site login? Please share to this email prashant.themepalace@gmail.com
Add language widgets anywhere on the inside and let me know which widgets did you add and where we will inspect and provide you a code
Psink
KeymasterI am quite not clear with your query, i guess you are talking about the page banner. So you don’t want to have the image at the top of page
Could you please clearly mention where you want to show featured image in the page?
-
This reply was modified 2 years, 3 months ago by
Psink.
Psink
KeymasterShare us your site URL
Yes, it is possible. You can add language widgets any where in the site. We will provide you a JS to insert that particular widgets inside the header.Psink
KeymasterLooks the license key c0f3e5bad791a6dcabb12a6039cb83fd was active in the staging site. We have removed it now. Can you please active it again and let us know
-
This reply was modified 2 years, 2 months ago by
-
AuthorPosts